Shades of Turquoise #33ECDF
Tints of Turquoise #33ECDF
RGB
CMYK
RGB Variations
Color information
#33ECDF (or 0x33ECDF) is known color: Turquoise. HEX triplet: 33, EC and DF. RGB value is (51,236,223). Sum of RGB (Red+Green+Blue) = 51+236+223=510 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #33ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33ECDF is #CC1320. Grayscale: #B3B3B3. Windows color (decimal): -13374241 or 14674995. OLE color: 14674995.
HSL color Cylindrical-coordinate representation of color #33ECDF: hue angle of 175.78º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ECDF is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 223 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.07 |
| HSL | 175.78º | 0.83% | 0.56% | - |
| HSV(B) | 175.78º | 0.78% | 0.93% | - |
| XYZ | 44.68 | 66.02 | 80.2 | - |
| YUV | 179.2 | 152.71 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 223 | 0.78 | 0 | 0.06 | 0.07 | 175.78 | 0.83 | 0.56 |
| Hex | 33 | EC | DF | 4E | 0 | 6 | 7 | B0 | 53 | 38 |
| Octal | 63 | 354 | 337 | 116 | 0 | 6 | 7 | 260 | 123 | 70 |
| Binary | 110011 | 11101100 | 11011111 | 1001110 | 0 | 110 | 111 | 10110000 | 1010011 | 111000 |
Color Harmonies of #33ECDF
Complementary color
Monochromatic Colors of #33ECDF
Black with #33ECDF
Text Example
Text Example
White with #33ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ECDF; }
p { color: rgb(51,236,223); }
H1.HeaderClassName
{
color: #33ECDF;
}
.AnyTagClassName
{
color: #33ECDF;
}
</style>
background-color css
<style>
a { background-color: #33ECDF; }
a { background-color: rgb(51,236,223); }
div.DivClassName
{
background-color: #33ECDF;
}
.BgClassName
{
background-color: #33ECDF;
}
</style>
border-color css
<style>
span { border-color: #33ECDF; }
span { border-color: rgb(51,236,223); }
td.TdClassName
{
border-color: #33ECDF;
}
.TagClassName
{
border-color: #33ECDF;
}
</style>