Shades of Turquoise #36DBC2
Tints of Turquoise #36DBC2
RGB
CMYK
RGB Variations
Color information
#36DBC2 (or 0x36DBC2) is known color: Turquoise. HEX triplet: 36, DB and C2. RGB value is (54,219,194). Sum of RGB (Red+Green+Blue) = 54+219+194=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #36DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBC2 is #C9243D. Grayscale: #A6A6A6. Windows color (decimal): -13182014 or 12770102. OLE color: 12770102.
HSL color Cylindrical-coordinate representation of color #36DBC2: hue angle of 170.91º 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 #36DBC2 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 194 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.14 |
| HSL | 170.91º | 0.7% | 0.54% | - |
| HSV(B) | 170.91º | 0.75% | 0.86% | - |
| XYZ | 36.59 | 55.34 | 59.79 | - |
| YUV | 166.82 | 143.34 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 194 | 0.75 | 0 | 0.11 | 0.14 | 170.91 | 0.7 | 0.54 |
| Hex | 36 | DB | C2 | 4B | 0 | B | E | AB | 46 | 36 |
| Octal | 66 | 333 | 302 | 113 | 0 | 13 | 16 | 253 | 106 | 66 |
| Binary | 110110 | 11011011 | 11000010 | 1001011 | 0 | 1011 | 1110 | 10101011 | 1000110 | 110110 |
Color Harmonies of #36DBC2
Complementary color
Monochromatic Colors of #36DBC2
Black with #36DBC2
Text Example
Text Example
White with #36DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBC2; }
p { color: rgb(54,219,194); }
H1.HeaderClassName
{
color: #36DBC2;
}
.AnyTagClassName
{
color: #36DBC2;
}
</style>
background-color css
<style>
a { background-color: #36DBC2; }
a { background-color: rgb(54,219,194); }
div.DivClassName
{
background-color: #36DBC2;
}
.BgClassName
{
background-color: #36DBC2;
}
</style>
border-color css
<style>
span { border-color: #36DBC2; }
span { border-color: rgb(54,219,194); }
td.TdClassName
{
border-color: #36DBC2;
}
.TagClassName
{
border-color: #36DBC2;
}
</style>