Shades of Turquoise #36D9D1
Tints of Turquoise #36D9D1
RGB
CMYK
RGB Variations
Color information
#36D9D1 (or 0x36D9D1) is known color: Turquoise. HEX triplet: 36, D9 and D1. RGB value is (54,217,209). Sum of RGB (Red+Green+Blue) = 54+217+209=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #36D9D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D9D1 is #C9262E. Grayscale: #A7A7A7. Windows color (decimal): -13182511 or 13752630. OLE color: 13752630.
HSL color Cylindrical-coordinate representation of color #36D9D1: hue angle of 177.06º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D9D1 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 217 | 209 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.15 |
| HSL | 177.06º | 0.68% | 0.53% | - |
| HSV(B) | 177.06º | 0.75% | 0.85% | - |
| XYZ | 37.84 | 55.01 | 68.95 | - |
| YUV | 167.35 | 151.5 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 209 | 0.75 | 0 | 0.04 | 0.15 | 177.06 | 0.68 | 0.53 |
| Hex | 36 | D9 | D1 | 4B | 0 | 4 | F | B1 | 44 | 35 |
| Octal | 66 | 331 | 321 | 113 | 0 | 4 | 17 | 261 | 104 | 65 |
| Binary | 110110 | 11011001 | 11010001 | 1001011 | 0 | 100 | 1111 | 10110001 | 1000100 | 110101 |
Color Harmonies of #36D9D1
Complementary color
Monochromatic Colors of #36D9D1
Black with #36D9D1
Text Example
Text Example
White with #36D9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D9D1; }
p { color: rgb(54,217,209); }
H1.HeaderClassName
{
color: #36D9D1;
}
.AnyTagClassName
{
color: #36D9D1;
}
</style>
background-color css
<style>
a { background-color: #36D9D1; }
a { background-color: rgb(54,217,209); }
div.DivClassName
{
background-color: #36D9D1;
}
.BgClassName
{
background-color: #36D9D1;
}
</style>
border-color css
<style>
span { border-color: #36D9D1; }
span { border-color: rgb(54,217,209); }
td.TdClassName
{
border-color: #36D9D1;
}
.TagClassName
{
border-color: #36D9D1;
}
</style>