Shades of Turquoise #36DBEE
Tints of Turquoise #36DBEE
RGB
CMYK
RGB Variations
Color information
#36DBEE (or 0x36DBEE) is known color: Turquoise. HEX triplet: 36, DB and EE. RGB value is (54,219,238). Sum of RGB (Red+Green+Blue) = 54+219+238=511 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.57% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #36DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBEE is #C92411. Grayscale: #ABABAB. Windows color (decimal): -13181970 or 15653686. OLE color: 15653686.
HSL color Cylindrical-coordinate representation of color #36DBEE: hue angle of 186.2º degrees, saturation: 0.84, 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 #36DBEE is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 219 | 238 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.07 |
| HSL | 186.2º | 0.84% | 0.57% | - |
| HSV(B) | 186.2º | 0.77% | 0.93% | - |
| XYZ | 42.29 | 57.62 | 89.78 | - |
| YUV | 171.83 | 165.34 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 238 | 0.77 | 0.08 | 0 | 0.07 | 186.2 | 0.84 | 0.57 |
| Hex | 36 | DB | EE | 4D | 8 | 0 | 7 | BA | 54 | 39 |
| Octal | 66 | 333 | 356 | 115 | 10 | 0 | 7 | 272 | 124 | 71 |
| Binary | 110110 | 11011011 | 11101110 | 1001101 | 1000 | 0 | 111 | 10111010 | 1010100 | 111001 |
Color Harmonies of #36DBEE
Complementary color
Monochromatic Colors of #36DBEE
Black with #36DBEE
Text Example
Text Example
White with #36DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBEE; }
p { color: rgb(54,219,238); }
H1.HeaderClassName
{
color: #36DBEE;
}
.AnyTagClassName
{
color: #36DBEE;
}
</style>
background-color css
<style>
a { background-color: #36DBEE; }
a { background-color: rgb(54,219,238); }
div.DivClassName
{
background-color: #36DBEE;
}
.BgClassName
{
background-color: #36DBEE;
}
</style>
border-color css
<style>
span { border-color: #36DBEE; }
span { border-color: rgb(54,219,238); }
td.TdClassName
{
border-color: #36DBEE;
}
.TagClassName
{
border-color: #36DBEE;
}
</style>