Shades of Turquoise #36FECC
Tints of Turquoise #36FECC
RGB
CMYK
RGB Variations
Color information
#36FECC (or 0x36FECC) is known color: Turquoise. HEX triplet: 36, FE and CC. RGB value is (54,254,204). Sum of RGB (Red+Green+Blue) = 54+254+204=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #36FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FECC is #C90133. Grayscale: #BCBCBC. Windows color (decimal): -13173044 or 13434422. OLE color: 13434422.
HSL color Cylindrical-coordinate representation of color #36FECC: hue angle of 165º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FECC is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 204 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.00 |
| HSL | 165º | 0.99% | 0.6% | - |
| HSV(B) | 165º | 0.79% | 1% | - |
| XYZ | 47.86 | 76.03 | 69.28 | - |
| YUV | 188.5 | 136.74 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 204 | 0.79 | 0 | 0.20 | 0.00 | 165 | 0.99 | 0.6 |
| Hex | 36 | FE | CC | 4F | 0 | 14 | 0 | A5 | 63 | 3C |
| Octal | 66 | 376 | 314 | 117 | 0 | 24 | 0 | 245 | 143 | 74 |
| Binary | 110110 | 11111110 | 11001100 | 1001111 | 0 | 10100 | 0 | 10100101 | 1100011 | 111100 |
Color Harmonies of #36FECC
Complementary color
Monochromatic Colors of #36FECC
Black with #36FECC
Text Example
Text Example
White with #36FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FECC; }
p { color: rgb(54,254,204); }
H1.HeaderClassName
{
color: #36FECC;
}
.AnyTagClassName
{
color: #36FECC;
}
</style>
background-color css
<style>
a { background-color: #36FECC; }
a { background-color: rgb(54,254,204); }
div.DivClassName
{
background-color: #36FECC;
}
.BgClassName
{
background-color: #36FECC;
}
</style>
border-color css
<style>
span { border-color: #36FECC; }
span { border-color: rgb(54,254,204); }
td.TdClassName
{
border-color: #36FECC;
}
.TagClassName
{
border-color: #36FECC;
}
</style>