Shades of Turquoise #36D7D0
Tints of Turquoise #36D7D0
RGB
CMYK
RGB Variations
Color information
#36D7D0 (or 0x36D7D0) is known color: Turquoise. HEX triplet: 36, D7 and D0. RGB value is (54,215,208). Sum of RGB (Red+Green+Blue) = 54+215+208=477 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.32% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #36D7D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D7D0 is #C9282F. Grayscale: #A5A5A5. Windows color (decimal): -13183024 or 13686582. OLE color: 13686582.
HSL color Cylindrical-coordinate representation of color #36D7D0: hue angle of 177.39º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D7D0 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 215 | 208 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.16 |
| HSL | 177.39º | 0.67% | 0.53% | - |
| HSV(B) | 177.39º | 0.75% | 0.84% | - |
| XYZ | 37.21 | 53.94 | 68.12 | - |
| YUV | 166.06 | 151.66 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 215 | 208 | 0.75 | 0 | 0.03 | 0.16 | 177.39 | 0.67 | 0.53 |
| Hex | 36 | D7 | D0 | 4B | 0 | 3 | 10 | B1 | 43 | 35 |
| Octal | 66 | 327 | 320 | 113 | 0 | 3 | 20 | 261 | 103 | 65 |
| Binary | 110110 | 11010111 | 11010000 | 1001011 | 0 | 11 | 10000 | 10110001 | 1000011 | 110101 |
Color Harmonies of #36D7D0
Complementary color
Monochromatic Colors of #36D7D0
Black with #36D7D0
Text Example
Text Example
White with #36D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D7D0; }
p { color: rgb(54,215,208); }
H1.HeaderClassName
{
color: #36D7D0;
}
.AnyTagClassName
{
color: #36D7D0;
}
</style>
background-color css
<style>
a { background-color: #36D7D0; }
a { background-color: rgb(54,215,208); }
div.DivClassName
{
background-color: #36D7D0;
}
.BgClassName
{
background-color: #36D7D0;
}
</style>
border-color css
<style>
span { border-color: #36D7D0; }
span { border-color: rgb(54,215,208); }
td.TdClassName
{
border-color: #36D7D0;
}
.TagClassName
{
border-color: #36D7D0;
}
</style>