Shades of Turquoise #36F2D6
Tints of Turquoise #36F2D6
RGB
CMYK
RGB Variations
Color information
#36F2D6 (or 0x36F2D6) is known color: Turquoise. HEX triplet: 36, F2 and D6. RGB value is (54,242,214). Sum of RGB (Red+Green+Blue) = 54+242+214=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #36F2D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F2D6 is #C90D29. Grayscale: #B6B6B6. Windows color (decimal): -13176106 or 14086710. OLE color: 14086710.
HSL color Cylindrical-coordinate representation of color #36F2D6: hue angle of 171.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F2D6 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 214 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.05 |
| HSL | 171.06º | 0.88% | 0.58% | - |
| HSV(B) | 171.06º | 0.78% | 0.95% | - |
| XYZ | 45.41 | 69.14 | 74.57 | - |
| YUV | 182.6 | 145.72 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 214 | 0.78 | 0 | 0.12 | 0.05 | 171.06 | 0.88 | 0.58 |
| Hex | 36 | F2 | D6 | 4E | 0 | C | 5 | AB | 58 | 3A |
| Octal | 66 | 362 | 326 | 116 | 0 | 14 | 5 | 253 | 130 | 72 |
| Binary | 110110 | 11110010 | 11010110 | 1001110 | 0 | 1100 | 101 | 10101011 | 1011000 | 111010 |
Color Harmonies of #36F2D6
Complementary color
Monochromatic Colors of #36F2D6
Black with #36F2D6
Text Example
Text Example
White with #36F2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F2D6; }
p { color: rgb(54,242,214); }
H1.HeaderClassName
{
color: #36F2D6;
}
.AnyTagClassName
{
color: #36F2D6;
}
</style>
background-color css
<style>
a { background-color: #36F2D6; }
a { background-color: rgb(54,242,214); }
div.DivClassName
{
background-color: #36F2D6;
}
.BgClassName
{
background-color: #36F2D6;
}
</style>
border-color css
<style>
span { border-color: #36F2D6; }
span { border-color: rgb(54,242,214); }
td.TdClassName
{
border-color: #36F2D6;
}
.TagClassName
{
border-color: #36F2D6;
}
</style>