Shades of Turquoise #36DBED
Tints of Turquoise #36DBED
RGB
CMYK
RGB Variations
Color information
#36DBED (or 0x36DBED) is known color: Turquoise. HEX triplet: 36, DB and ED. RGB value is (54,219,237). Sum of RGB (Red+Green+Blue) = 54+219+237=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #36DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBED is #C92412. Grayscale: #ABABAB. Windows color (decimal): -13181971 or 15588150. OLE color: 15588150.
HSL color Cylindrical-coordinate representation of color #36DBED: hue angle of 185.9º 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 #36DBED is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 219 | 237 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.07 |
| HSL | 185.9º | 0.84% | 0.57% | - |
| HSV(B) | 185.9º | 0.77% | 0.93% | - |
| XYZ | 42.14 | 57.56 | 89.01 | - |
| YUV | 171.72 | 164.84 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 237 | 0.77 | 0.08 | 0 | 0.07 | 185.9 | 0.84 | 0.57 |
| Hex | 36 | DB | ED | 4D | 8 | 0 | 7 | BA | 54 | 39 |
| Octal | 66 | 333 | 355 | 115 | 10 | 0 | 7 | 272 | 124 | 71 |
| Binary | 110110 | 11011011 | 11101101 | 1001101 | 1000 | 0 | 111 | 10111010 | 1010100 | 111001 |
Color Harmonies of #36DBED
Complementary color
Monochromatic Colors of #36DBED
Black with #36DBED
Text Example
Text Example
White with #36DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBED; }
p { color: rgb(54,219,237); }
H1.HeaderClassName
{
color: #36DBED;
}
.AnyTagClassName
{
color: #36DBED;
}
</style>
background-color css
<style>
a { background-color: #36DBED; }
a { background-color: rgb(54,219,237); }
div.DivClassName
{
background-color: #36DBED;
}
.BgClassName
{
background-color: #36DBED;
}
</style>
border-color css
<style>
span { border-color: #36DBED; }
span { border-color: rgb(54,219,237); }
td.TdClassName
{
border-color: #36DBED;
}
.TagClassName
{
border-color: #36DBED;
}
</style>