Shades of Turquoise #33FFEC
Tints of Turquoise #33FFEC
RGB
CMYK
RGB Variations
Color information
#33FFEC (or 0x33FFEC) is known color: Turquoise. HEX triplet: 33, FF and EC. RGB value is (51,255,236). Sum of RGB (Red+Green+Blue) = 51+255+236=542 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.41% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FFEC is #CC0013. Grayscale: #BFBFBF. Windows color (decimal): -13369364 or 15531827. OLE color: 15531827.
HSL color Cylindrical-coordinate representation of color #33FFEC: hue angle of 174.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFEC is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 236 | - |
| CMYK | 0.8 | 0 | 0.07 | 0 |
| HSL | 174.41º | 1% | 0.6% | - |
| HSV(B) | 174.41º | 0.8% | 1% | - |
| XYZ | 52.27 | 78.28 | 91.71 | - |
| YUV | 191.84 | 152.91 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 236 | 0.8 | 0 | 0.07 | 0 | 174.41 | 1 | 0.6 |
| Hex | 33 | FF | EC | 50 | 0 | 7 | 0 | AE | 64 | 3C |
| Octal | 63 | 377 | 354 | 120 | 0 | 7 | 0 | 256 | 144 | 74 |
| Binary | 110011 | 11111111 | 11101100 | 1010000 | 0 | 111 | 0 | 10101110 | 1100100 | 111100 |
Color Harmonies of #33FFEC
Complementary color
Monochromatic Colors of #33FFEC
Black with #33FFEC
Text Example
Text Example
White with #33FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFEC; }
p { color: rgb(51,255,236); }
H1.HeaderClassName
{
color: #33FFEC;
}
.AnyTagClassName
{
color: #33FFEC;
}
</style>
background-color css
<style>
a { background-color: #33FFEC; }
a { background-color: rgb(51,255,236); }
div.DivClassName
{
background-color: #33FFEC;
}
.BgClassName
{
background-color: #33FFEC;
}
</style>
border-color css
<style>
span { border-color: #33FFEC; }
span { border-color: rgb(51,255,236); }
td.TdClassName
{
border-color: #33FFEC;
}
.TagClassName
{
border-color: #33FFEC;
}
</style>