Shades of Turquoise #36F7D0
Tints of Turquoise #36F7D0
RGB
CMYK
RGB Variations
Color information
#36F7D0 (or 0x36F7D0) is known color: Turquoise. HEX triplet: 36, F7 and D0. RGB value is (54,247,208). Sum of RGB (Red+Green+Blue) = 54+247+208=509 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.61% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #36F7D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F7D0 is #C9082F. Grayscale: #B8B8B8. Windows color (decimal): -13174832 or 13694774. OLE color: 13694774.
HSL color Cylindrical-coordinate representation of color #36F7D0: hue angle of 167.88º 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 #36F7D0 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 247 | 208 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.03 |
| HSL | 167.88º | 0.92% | 0.59% | - |
| HSV(B) | 167.88º | 0.78% | 0.97% | - |
| XYZ | 46.17 | 71.86 | 71.11 | - |
| YUV | 184.85 | 141.06 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 247 | 208 | 0.78 | 0 | 0.16 | 0.03 | 167.88 | 0.92 | 0.59 |
| Hex | 36 | F7 | D0 | 4E | 0 | 10 | 3 | A8 | 5C | 3B |
| Octal | 66 | 367 | 320 | 116 | 0 | 20 | 3 | 250 | 134 | 73 |
| Binary | 110110 | 11110111 | 11010000 | 1001110 | 0 | 10000 | 11 | 10101000 | 1011100 | 111011 |
Color Harmonies of #36F7D0
Complementary color
Monochromatic Colors of #36F7D0
Black with #36F7D0
Text Example
Text Example
White with #36F7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F7D0; }
p { color: rgb(54,247,208); }
H1.HeaderClassName
{
color: #36F7D0;
}
.AnyTagClassName
{
color: #36F7D0;
}
</style>
background-color css
<style>
a { background-color: #36F7D0; }
a { background-color: rgb(54,247,208); }
div.DivClassName
{
background-color: #36F7D0;
}
.BgClassName
{
background-color: #36F7D0;
}
</style>
border-color css
<style>
span { border-color: #36F7D0; }
span { border-color: rgb(54,247,208); }
td.TdClassName
{
border-color: #36F7D0;
}
.TagClassName
{
border-color: #36F7D0;
}
</style>