Shades of Turquoise #36F4D6
Tints of Turquoise #36F4D6
RGB
CMYK
RGB Variations
Color information
#36F4D6 (or 0x36F4D6) is known color: Turquoise. HEX triplet: 36, F4 and D6. RGB value is (54,244,214). Sum of RGB (Red+Green+Blue) = 54+244+214=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #36F4D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F4D6 is #C90B29. Grayscale: #B7B7B7. Windows color (decimal): -13175594 or 14087222. OLE color: 14087222.
HSL color Cylindrical-coordinate representation of color #36F4D6: hue angle of 170.53º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F4D6 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 244 | 214 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.04 |
| HSL | 170.53º | 0.9% | 0.58% | - |
| HSV(B) | 170.53º | 0.78% | 0.96% | - |
| XYZ | 46.01 | 70.34 | 74.77 | - |
| YUV | 183.77 | 145.05 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 244 | 214 | 0.78 | 0 | 0.12 | 0.04 | 170.53 | 0.9 | 0.58 |
| Hex | 36 | F4 | D6 | 4E | 0 | C | 4 | AB | 5A | 3A |
| Octal | 66 | 364 | 326 | 116 | 0 | 14 | 4 | 253 | 132 | 72 |
| Binary | 110110 | 11110100 | 11010110 | 1001110 | 0 | 1100 | 100 | 10101011 | 1011010 | 111010 |
Color Harmonies of #36F4D6
Complementary color
Monochromatic Colors of #36F4D6
Black with #36F4D6
Text Example
Text Example
White with #36F4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F4D6; }
p { color: rgb(54,244,214); }
H1.HeaderClassName
{
color: #36F4D6;
}
.AnyTagClassName
{
color: #36F4D6;
}
</style>
background-color css
<style>
a { background-color: #36F4D6; }
a { background-color: rgb(54,244,214); }
div.DivClassName
{
background-color: #36F4D6;
}
.BgClassName
{
background-color: #36F4D6;
}
</style>
border-color css
<style>
span { border-color: #36F4D6; }
span { border-color: rgb(54,244,214); }
td.TdClassName
{
border-color: #36F4D6;
}
.TagClassName
{
border-color: #36F4D6;
}
</style>