Shades of Turquoise #36F4CB
Tints of Turquoise #36F4CB
RGB
CMYK
RGB Variations
Color information
#36F4CB (or 0x36F4CB) is known color: Turquoise. HEX triplet: 36, F4 and CB. RGB value is (54,244,203). Sum of RGB (Red+Green+Blue) = 54+244+203=501 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.78% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #36F4CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F4CB is #C90B34. Grayscale: #B6B6B6. Windows color (decimal): -13175605 or 13366326. OLE color: 13366326.
HSL color Cylindrical-coordinate representation of color #36F4CB: hue angle of 167.05º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F4CB is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 244 | 203 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.04 |
| HSL | 167.05º | 0.9% | 0.58% | - |
| HSV(B) | 167.05º | 0.78% | 0.96% | - |
| XYZ | 44.65 | 69.8 | 67.62 | - |
| YUV | 182.52 | 139.55 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 244 | 203 | 0.78 | 0 | 0.17 | 0.04 | 167.05 | 0.9 | 0.58 |
| Hex | 36 | F4 | CB | 4E | 0 | 11 | 4 | A7 | 5A | 3A |
| Octal | 66 | 364 | 313 | 116 | 0 | 21 | 4 | 247 | 132 | 72 |
| Binary | 110110 | 11110100 | 11001011 | 1001110 | 0 | 10001 | 100 | 10100111 | 1011010 | 111010 |
Color Harmonies of #36F4CB
Complementary color
Monochromatic Colors of #36F4CB
Black with #36F4CB
Text Example
Text Example
White with #36F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F4CB; }
p { color: rgb(54,244,203); }
H1.HeaderClassName
{
color: #36F4CB;
}
.AnyTagClassName
{
color: #36F4CB;
}
</style>
background-color css
<style>
a { background-color: #36F4CB; }
a { background-color: rgb(54,244,203); }
div.DivClassName
{
background-color: #36F4CB;
}
.BgClassName
{
background-color: #36F4CB;
}
</style>
border-color css
<style>
span { border-color: #36F4CB; }
span { border-color: rgb(54,244,203); }
td.TdClassName
{
border-color: #36F4CB;
}
.TagClassName
{
border-color: #36F4CB;
}
</style>