Shades of Turquoise #36F0CC
Tints of Turquoise #36F0CC
RGB
CMYK
RGB Variations
Color information
#36F0CC (or 0x36F0CC) is known color: Turquoise. HEX triplet: 36, F0 and CC. RGB value is (54,240,204). Sum of RGB (Red+Green+Blue) = 54+240+204=498 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.84% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #36F0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F0CC is #C90F33. Grayscale: #B4B4B4. Windows color (decimal): -13176628 or 13430838. OLE color: 13430838.
HSL color Cylindrical-coordinate representation of color #36F0CC: hue angle of 168.39º 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 #36F0CC is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 204 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.06 |
| HSL | 168.39º | 0.86% | 0.58% | - |
| HSV(B) | 168.39º | 0.78% | 0.94% | - |
| XYZ | 43.58 | 67.46 | 67.85 | - |
| YUV | 180.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 204 | 0.78 | 0 | 0.15 | 0.06 | 168.39 | 0.86 | 0.58 |
| Hex | 36 | F0 | CC | 4E | 0 | F | 6 | A8 | 56 | 3A |
| Octal | 66 | 360 | 314 | 116 | 0 | 17 | 6 | 250 | 126 | 72 |
| Binary | 110110 | 11110000 | 11001100 | 1001110 | 0 | 1111 | 110 | 10101000 | 1010110 | 111010 |
Color Harmonies of #36F0CC
Complementary color
Monochromatic Colors of #36F0CC
Black with #36F0CC
Text Example
Text Example
White with #36F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F0CC; }
p { color: rgb(54,240,204); }
H1.HeaderClassName
{
color: #36F0CC;
}
.AnyTagClassName
{
color: #36F0CC;
}
</style>
background-color css
<style>
a { background-color: #36F0CC; }
a { background-color: rgb(54,240,204); }
div.DivClassName
{
background-color: #36F0CC;
}
.BgClassName
{
background-color: #36F0CC;
}
</style>
border-color css
<style>
span { border-color: #36F0CC; }
span { border-color: rgb(54,240,204); }
td.TdClassName
{
border-color: #36F0CC;
}
.TagClassName
{
border-color: #36F0CC;
}
</style>