Shades of Turquoise #36FFCD
Tints of Turquoise #36FFCD
RGB
CMYK
RGB Variations
Color information
#36FFCD (or 0x36FFCD) is known color: Turquoise. HEX triplet: 36, FF and CD. RGB value is (54,255,205). Sum of RGB (Red+Green+Blue) = 54+255+205=514 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.51% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFCD is #C90032. Grayscale: #BDBDBD. Windows color (decimal): -13172787 or 13500214. OLE color: 13500214.
HSL color Cylindrical-coordinate representation of color #36FFCD: hue angle of 165.07º 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 #36FFCD is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 205 | - |
| CMYK | 0.79 | 0 | 0.20 | 0 |
| HSL | 165.07º | 1% | 0.61% | - |
| HSV(B) | 165.07º | 0.79% | 1% | - |
| XYZ | 48.3 | 76.71 | 70.02 | - |
| YUV | 189.2 | 136.91 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 205 | 0.79 | 0 | 0.20 | 0 | 165.07 | 1 | 0.61 |
| Hex | 36 | FF | CD | 4F | 0 | 14 | 0 | A5 | 64 | 3D |
| Octal | 66 | 377 | 315 | 117 | 0 | 24 | 0 | 245 | 144 | 75 |
| Binary | 110110 | 11111111 | 11001101 | 1001111 | 0 | 10100 | 0 | 10100101 | 1100100 | 111101 |
Color Harmonies of #36FFCD
Complementary color
Monochromatic Colors of #36FFCD
Black with #36FFCD
Text Example
Text Example
White with #36FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFCD; }
p { color: rgb(54,255,205); }
H1.HeaderClassName
{
color: #36FFCD;
}
.AnyTagClassName
{
color: #36FFCD;
}
</style>
background-color css
<style>
a { background-color: #36FFCD; }
a { background-color: rgb(54,255,205); }
div.DivClassName
{
background-color: #36FFCD;
}
.BgClassName
{
background-color: #36FFCD;
}
</style>
border-color css
<style>
span { border-color: #36FFCD; }
span { border-color: rgb(54,255,205); }
td.TdClassName
{
border-color: #36FFCD;
}
.TagClassName
{
border-color: #36FFCD;
}
</style>