Shades of Turquoise #36DBEC
Tints of Turquoise #36DBEC
RGB
CMYK
RGB Variations
Color information
#36DBEC (or 0x36DBEC) is known color: Turquoise. HEX triplet: 36, DB and EC. RGB value is (54,219,236). Sum of RGB (Red+Green+Blue) = 54+219+236=509 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.61% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #36DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBEC is #C92413. Grayscale: #ABABAB. Windows color (decimal): -13181972 or 15522614. OLE color: 15522614.
HSL color Cylindrical-coordinate representation of color #36DBEC: hue angle of 185.6º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DBEC is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 219 | 236 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.07 |
| HSL | 185.6º | 0.83% | 0.57% | - |
| HSV(B) | 185.6º | 0.77% | 0.93% | - |
| XYZ | 41.99 | 57.5 | 88.24 | - |
| YUV | 171.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 236 | 0.77 | 0.07 | 0 | 0.07 | 185.6 | 0.83 | 0.57 |
| Hex | 36 | DB | EC | 4D | 7 | 0 | 7 | BA | 53 | 39 |
| Octal | 66 | 333 | 354 | 115 | 7 | 0 | 7 | 272 | 123 | 71 |
| Binary | 110110 | 11011011 | 11101100 | 1001101 | 111 | 0 | 111 | 10111010 | 1010011 | 111001 |
Color Harmonies of #36DBEC
Complementary color
Monochromatic Colors of #36DBEC
Black with #36DBEC
Text Example
Text Example
White with #36DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBEC; }
p { color: rgb(54,219,236); }
H1.HeaderClassName
{
color: #36DBEC;
}
.AnyTagClassName
{
color: #36DBEC;
}
</style>
background-color css
<style>
a { background-color: #36DBEC; }
a { background-color: rgb(54,219,236); }
div.DivClassName
{
background-color: #36DBEC;
}
.BgClassName
{
background-color: #36DBEC;
}
</style>
border-color css
<style>
span { border-color: #36DBEC; }
span { border-color: rgb(54,219,236); }
td.TdClassName
{
border-color: #36DBEC;
}
.TagClassName
{
border-color: #36DBEC;
}
</style>