Shades of Turquoise #36F0CB
Tints of Turquoise #36F0CB
RGB
CMYK
RGB Variations
Color information
#36F0CB (or 0x36F0CB) is known color: Turquoise. HEX triplet: 36, F0 and CB. RGB value is (54,240,203). Sum of RGB (Red+Green+Blue) = 54+240+203=497 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.87% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #36F0CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F0CB is #C90F34. Grayscale: #B4B4B4. Windows color (decimal): -13176629 or 13365302. OLE color: 13365302.
HSL color Cylindrical-coordinate representation of color #36F0CB: hue angle of 168.06º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36F0CB is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 203 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.06 |
| HSL | 168.06º | 0.86% | 0.58% | - |
| HSV(B) | 168.06º | 0.78% | 0.94% | - |
| XYZ | 43.46 | 67.42 | 67.22 | - |
| YUV | 180.17 | 140.88 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 203 | 0.78 | 0 | 0.15 | 0.06 | 168.06 | 0.86 | 0.58 |
| Hex | 36 | F0 | CB | 4E | 0 | F | 6 | A8 | 56 | 3A |
| Octal | 66 | 360 | 313 | 116 | 0 | 17 | 6 | 250 | 126 | 72 |
| Binary | 110110 | 11110000 | 11001011 | 1001110 | 0 | 1111 | 110 | 10101000 | 1010110 | 111010 |
Color Harmonies of #36F0CB
Complementary color
Monochromatic Colors of #36F0CB
Black with #36F0CB
Text Example
Text Example
White with #36F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F0CB; }
p { color: rgb(54,240,203); }
H1.HeaderClassName
{
color: #36F0CB;
}
.AnyTagClassName
{
color: #36F0CB;
}
</style>
background-color css
<style>
a { background-color: #36F0CB; }
a { background-color: rgb(54,240,203); }
div.DivClassName
{
background-color: #36F0CB;
}
.BgClassName
{
background-color: #36F0CB;
}
</style>
border-color css
<style>
span { border-color: #36F0CB; }
span { border-color: rgb(54,240,203); }
td.TdClassName
{
border-color: #36F0CB;
}
.TagClassName
{
border-color: #36F0CB;
}
</style>