Shades of Turquoise #36E7D0
Tints of Turquoise #36E7D0
RGB
CMYK
RGB Variations
Color information
#36E7D0 (or 0x36E7D0) is known color: Turquoise. HEX triplet: 36, E7 and D0. RGB value is (54,231,208). Sum of RGB (Red+Green+Blue) = 54+231+208=493 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.95% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #36E7D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E7D0 is #C9182F. Grayscale: #AFAFAF. Windows color (decimal): -13178928 or 13690678. OLE color: 13690678.
HSL color Cylindrical-coordinate representation of color #36E7D0: hue angle of 172.2º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E7D0 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 231 | 208 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.09 |
| HSL | 172.2º | 0.79% | 0.56% | - |
| HSV(B) | 172.2º | 0.77% | 0.91% | - |
| XYZ | 41.48 | 62.49 | 69.55 | - |
| YUV | 175.46 | 146.36 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 231 | 208 | 0.77 | 0 | 0.10 | 0.09 | 172.2 | 0.79 | 0.56 |
| Hex | 36 | E7 | D0 | 4D | 0 | A | 9 | AC | 4F | 38 |
| Octal | 66 | 347 | 320 | 115 | 0 | 12 | 11 | 254 | 117 | 70 |
| Binary | 110110 | 11100111 | 11010000 | 1001101 | 0 | 1010 | 1001 | 10101100 | 1001111 | 111000 |
Color Harmonies of #36E7D0
Complementary color
Monochromatic Colors of #36E7D0
Black with #36E7D0
Text Example
Text Example
White with #36E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E7D0; }
p { color: rgb(54,231,208); }
H1.HeaderClassName
{
color: #36E7D0;
}
.AnyTagClassName
{
color: #36E7D0;
}
</style>
background-color css
<style>
a { background-color: #36E7D0; }
a { background-color: rgb(54,231,208); }
div.DivClassName
{
background-color: #36E7D0;
}
.BgClassName
{
background-color: #36E7D0;
}
</style>
border-color css
<style>
span { border-color: #36E7D0; }
span { border-color: rgb(54,231,208); }
td.TdClassName
{
border-color: #36E7D0;
}
.TagClassName
{
border-color: #36E7D0;
}
</style>