Shades of Turquoise #36F7D8
Tints of Turquoise #36F7D8
RGB
CMYK
RGB Variations
Color information
#36F7D8 (or 0x36F7D8) is known color: Turquoise. HEX triplet: 36, F7 and D8. RGB value is (54,247,216). Sum of RGB (Red+Green+Blue) = 54+247+216=517 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.44% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #36F7D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F7D8 is #C90827. Grayscale: #B9B9B9. Windows color (decimal): -13174824 or 14219062. OLE color: 14219062.
HSL color Cylindrical-coordinate representation of color #36F7D8: hue angle of 170.36º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F7D8 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 247 | 216 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.03 |
| HSL | 170.36º | 0.92% | 0.59% | - |
| HSV(B) | 170.36º | 0.78% | 0.97% | - |
| XYZ | 47.18 | 72.26 | 76.43 | - |
| YUV | 185.76 | 145.06 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 247 | 216 | 0.78 | 0 | 0.13 | 0.03 | 170.36 | 0.92 | 0.59 |
| Hex | 36 | F7 | D8 | 4E | 0 | D | 3 | AA | 5C | 3B |
| Octal | 66 | 367 | 330 | 116 | 0 | 15 | 3 | 252 | 134 | 73 |
| Binary | 110110 | 11110111 | 11011000 | 1001110 | 0 | 1101 | 11 | 10101010 | 1011100 | 111011 |
Color Harmonies of #36F7D8
Complementary color
Monochromatic Colors of #36F7D8
Black with #36F7D8
Text Example
Text Example
White with #36F7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F7D8; }
p { color: rgb(54,247,216); }
H1.HeaderClassName
{
color: #36F7D8;
}
.AnyTagClassName
{
color: #36F7D8;
}
</style>
background-color css
<style>
a { background-color: #36F7D8; }
a { background-color: rgb(54,247,216); }
div.DivClassName
{
background-color: #36F7D8;
}
.BgClassName
{
background-color: #36F7D8;
}
</style>
border-color css
<style>
span { border-color: #36F7D8; }
span { border-color: rgb(54,247,216); }
td.TdClassName
{
border-color: #36F7D8;
}
.TagClassName
{
border-color: #36F7D8;
}
</style>