Shades of Turquoise #36FFC9
Tints of Turquoise #36FFC9
RGB
CMYK
RGB Variations
Color information
#36FFC9 (or 0x36FFC9) is known color: Turquoise. HEX triplet: 36, FF and C9. RGB value is (54,255,201). Sum of RGB (Red+Green+Blue) = 54+255+201=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFC9 is #C90036. Grayscale: #BCBCBC. Windows color (decimal): -13172791 or 13238070. OLE color: 13238070.
HSL color Cylindrical-coordinate representation of color #36FFC9: hue angle of 163.88º 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 #36FFC9 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 201 | - |
| CMYK | 0.79 | 0 | 0.21 | 0 |
| HSL | 163.88º | 1% | 0.61% | - |
| HSV(B) | 163.88º | 0.79% | 1% | - |
| XYZ | 47.82 | 76.52 | 67.51 | - |
| YUV | 188.75 | 134.91 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 201 | 0.79 | 0 | 0.21 | 0 | 163.88 | 1 | 0.61 |
| Hex | 36 | FF | C9 | 4F | 0 | 15 | 0 | A4 | 64 | 3D |
| Octal | 66 | 377 | 311 | 117 | 0 | 25 | 0 | 244 | 144 | 75 |
| Binary | 110110 | 11111111 | 11001001 | 1001111 | 0 | 10101 | 0 | 10100100 | 1100100 | 111101 |
Color Harmonies of #36FFC9
Complementary color
Monochromatic Colors of #36FFC9
Black with #36FFC9
Text Example
Text Example
White with #36FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFC9; }
p { color: rgb(54,255,201); }
H1.HeaderClassName
{
color: #36FFC9;
}
.AnyTagClassName
{
color: #36FFC9;
}
</style>
background-color css
<style>
a { background-color: #36FFC9; }
a { background-color: rgb(54,255,201); }
div.DivClassName
{
background-color: #36FFC9;
}
.BgClassName
{
background-color: #36FFC9;
}
</style>
border-color css
<style>
span { border-color: #36FFC9; }
span { border-color: rgb(54,255,201); }
td.TdClassName
{
border-color: #36FFC9;
}
.TagClassName
{
border-color: #36FFC9;
}
</style>