Shades of Turquoise #36FFCE
Tints of Turquoise #36FFCE
RGB
CMYK
RGB Variations
Color information
#36FFCE (or 0x36FFCE) is known color: Turquoise. HEX triplet: 36, FF and CE. RGB value is (54,255,206). Sum of RGB (Red+Green+Blue) = 54+255+206=515 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.49% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFCE is #C90031. Grayscale: #BDBDBD. Windows color (decimal): -13172786 or 13565750. OLE color: 13565750.
HSL color Cylindrical-coordinate representation of color #36FFCE: hue angle of 165.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFCE is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 206 | - |
| CMYK | 0.79 | 0 | 0.19 | 0 |
| HSL | 165.37º | 1% | 0.61% | - |
| HSV(B) | 165.37º | 0.79% | 1% | - |
| XYZ | 48.42 | 76.76 | 70.66 | - |
| YUV | 189.32 | 137.41 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 206 | 0.79 | 0 | 0.19 | 0 | 165.37 | 1 | 0.61 |
| Hex | 36 | FF | CE | 4F | 0 | 13 | 0 | A5 | 64 | 3D |
| Octal | 66 | 377 | 316 | 117 | 0 | 23 | 0 | 245 | 144 | 75 |
| Binary | 110110 | 11111111 | 11001110 | 1001111 | 0 | 10011 | 0 | 10100101 | 1100100 | 111101 |
Color Harmonies of #36FFCE
Complementary color
Monochromatic Colors of #36FFCE
Black with #36FFCE
Text Example
Text Example
White with #36FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFCE; }
p { color: rgb(54,255,206); }
H1.HeaderClassName
{
color: #36FFCE;
}
.AnyTagClassName
{
color: #36FFCE;
}
</style>
background-color css
<style>
a { background-color: #36FFCE; }
a { background-color: rgb(54,255,206); }
div.DivClassName
{
background-color: #36FFCE;
}
.BgClassName
{
background-color: #36FFCE;
}
</style>
border-color css
<style>
span { border-color: #36FFCE; }
span { border-color: rgb(54,255,206); }
td.TdClassName
{
border-color: #36FFCE;
}
.TagClassName
{
border-color: #36FFCE;
}
</style>