Shades of Turquoise #36DCD1
Tints of Turquoise #36DCD1
RGB
CMYK
RGB Variations
Color information
#36DCD1 (or 0x36DCD1) is known color: Turquoise. HEX triplet: 36, DC and D1. RGB value is (54,220,209). Sum of RGB (Red+Green+Blue) = 54+220+209=483 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.18% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCD1 is #C9232E. Grayscale: #A8A8A8. Windows color (decimal): -13181743 or 13753398. OLE color: 13753398.
HSL color Cylindrical-coordinate representation of color #36DCD1: hue angle of 176.02º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DCD1 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 209 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.14 |
| HSL | 176.02º | 0.7% | 0.54% | - |
| HSV(B) | 176.02º | 0.75% | 0.86% | - |
| XYZ | 38.62 | 56.57 | 69.21 | - |
| YUV | 169.11 | 150.5 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 209 | 0.75 | 0 | 0.05 | 0.14 | 176.02 | 0.7 | 0.54 |
| Hex | 36 | DC | D1 | 4B | 0 | 5 | E | B0 | 46 | 36 |
| Octal | 66 | 334 | 321 | 113 | 0 | 5 | 16 | 260 | 106 | 66 |
| Binary | 110110 | 11011100 | 11010001 | 1001011 | 0 | 101 | 1110 | 10110000 | 1000110 | 110110 |
Color Harmonies of #36DCD1
Complementary color
Monochromatic Colors of #36DCD1
Black with #36DCD1
Text Example
Text Example
White with #36DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCD1; }
p { color: rgb(54,220,209); }
H1.HeaderClassName
{
color: #36DCD1;
}
.AnyTagClassName
{
color: #36DCD1;
}
</style>
background-color css
<style>
a { background-color: #36DCD1; }
a { background-color: rgb(54,220,209); }
div.DivClassName
{
background-color: #36DCD1;
}
.BgClassName
{
background-color: #36DCD1;
}
</style>
border-color css
<style>
span { border-color: #36DCD1; }
span { border-color: rgb(54,220,209); }
td.TdClassName
{
border-color: #36DCD1;
}
.TagClassName
{
border-color: #36DCD1;
}
</style>