Shades of Turquoise #36FFCC
Tints of Turquoise #36FFCC
RGB
CMYK
RGB Variations
Color information
#36FFCC (or 0x36FFCC) is known color: Turquoise. HEX triplet: 36, FF and CC. RGB value is (54,255,204). Sum of RGB (Red+Green+Blue) = 54+255+204=513 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.53% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFCC is #C90033. Grayscale: #BDBDBD. Windows color (decimal): -13172788 or 13434678. OLE color: 13434678.
HSL color Cylindrical-coordinate representation of color #36FFCC: hue angle of 164.78º 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 #36FFCC is Cyan = 0.79, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 204 | - |
| CMYK | 0.79 | 0 | 0.2 | 0 |
| HSL | 164.78º | 1% | 0.61% | - |
| HSV(B) | 164.78º | 0.79% | 1% | - |
| XYZ | 48.18 | 76.66 | 69.38 | - |
| YUV | 189.09 | 136.41 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 204 | 0.79 | 0 | 0.2 | 0 | 164.78 | 1 | 0.61 |
| Hex | 36 | FF | CC | 4F | 0 | 14 | 0 | A5 | 64 | 3D |
| Octal | 66 | 377 | 314 | 117 | 0 | 24 | 0 | 245 | 144 | 75 |
| Binary | 110110 | 11111111 | 11001100 | 1001111 | 0 | 10100 | 0 | 10100101 | 1100100 | 111101 |
Color Harmonies of #36FFCC
Complementary color
Monochromatic Colors of #36FFCC
Black with #36FFCC
Text Example
Text Example
White with #36FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFCC; }
p { color: rgb(54,255,204); }
H1.HeaderClassName
{
color: #36FFCC;
}
.AnyTagClassName
{
color: #36FFCC;
}
</style>
background-color css
<style>
a { background-color: #36FFCC; }
a { background-color: rgb(54,255,204); }
div.DivClassName
{
background-color: #36FFCC;
}
.BgClassName
{
background-color: #36FFCC;
}
</style>
border-color css
<style>
span { border-color: #36FFCC; }
span { border-color: rgb(54,255,204); }
td.TdClassName
{
border-color: #36FFCC;
}
.TagClassName
{
border-color: #36FFCC;
}
</style>