Shades of Turquoise #36DADB
Tints of Turquoise #36DADB
RGB
CMYK
RGB Variations
Color information
#36DADB (or 0x36DADB) is known color: Turquoise. HEX triplet: 36, DA and DB. RGB value is (54,218,219). Sum of RGB (Red+Green+Blue) = 54+218+219=491 (65% of max value = 765). Red value is 54 (21.48% from 255 or 11.00% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #36DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DADB is #C92524. Grayscale: #A8A8A8. Windows color (decimal): -13182245 or 14408246. OLE color: 14408246.
HSL color Cylindrical-coordinate representation of color #36DADB: hue angle of 180.36º 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 #36DADB is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 218 | 219 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.14 |
| HSL | 180.36º | 0.7% | 0.54% | - |
| HSV(B) | 180.36º | 0.75% | 0.86% | - |
| XYZ | 39.38 | 56.04 | 75.76 | - |
| YUV | 169.08 | 156.17 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 219 | 0.75 | 0.00 | 0 | 0.14 | 180.36 | 0.7 | 0.54 |
| Hex | 36 | DA | DB | 4B | 0 | 0 | E | B4 | 46 | 36 |
| Octal | 66 | 332 | 333 | 113 | 0 | 0 | 16 | 264 | 106 | 66 |
| Binary | 110110 | 11011010 | 11011011 | 1001011 | 0 | 0 | 1110 | 10110100 | 1000110 | 110110 |
Color Harmonies of #36DADB
Complementary color
Monochromatic Colors of #36DADB
Black with #36DADB
Text Example
Text Example
White with #36DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DADB; }
p { color: rgb(54,218,219); }
H1.HeaderClassName
{
color: #36DADB;
}
.AnyTagClassName
{
color: #36DADB;
}
</style>
background-color css
<style>
a { background-color: #36DADB; }
a { background-color: rgb(54,218,219); }
div.DivClassName
{
background-color: #36DADB;
}
.BgClassName
{
background-color: #36DADB;
}
</style>
border-color css
<style>
span { border-color: #36DADB; }
span { border-color: rgb(54,218,219); }
td.TdClassName
{
border-color: #36DADB;
}
.TagClassName
{
border-color: #36DADB;
}
</style>