Shades of Turquoise #36DBEF
Tints of Turquoise #36DBEF
RGB
CMYK
RGB Variations
Color information
#36DBEF (or 0x36DBEF) is known color: Turquoise. HEX triplet: 36, DB and EF. RGB value is (54,219,239). Sum of RGB (Red+Green+Blue) = 54+219+239=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #36DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBEF is #C92410. Grayscale: #ABABAB. Windows color (decimal): -13181969 or 15719222. OLE color: 15719222.
HSL color Cylindrical-coordinate representation of color #36DBEF: hue angle of 186.49º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DBEF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 219 | 239 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.06 |
| HSL | 186.49º | 0.85% | 0.57% | - |
| HSV(B) | 186.49º | 0.77% | 0.94% | - |
| XYZ | 42.43 | 57.68 | 90.56 | - |
| YUV | 171.95 | 165.84 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 239 | 0.77 | 0.08 | 0 | 0.06 | 186.49 | 0.85 | 0.57 |
| Hex | 36 | DB | EF | 4D | 8 | 0 | 6 | BA | 55 | 39 |
| Octal | 66 | 333 | 357 | 115 | 10 | 0 | 6 | 272 | 125 | 71 |
| Binary | 110110 | 11011011 | 11101111 | 1001101 | 1000 | 0 | 110 | 10111010 | 1010101 | 111001 |
Color Harmonies of #36DBEF
Complementary color
Monochromatic Colors of #36DBEF
Black with #36DBEF
Text Example
Text Example
White with #36DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBEF; }
p { color: rgb(54,219,239); }
H1.HeaderClassName
{
color: #36DBEF;
}
.AnyTagClassName
{
color: #36DBEF;
}
</style>
background-color css
<style>
a { background-color: #36DBEF; }
a { background-color: rgb(54,219,239); }
div.DivClassName
{
background-color: #36DBEF;
}
.BgClassName
{
background-color: #36DBEF;
}
</style>
border-color css
<style>
span { border-color: #36DBEF; }
span { border-color: rgb(54,219,239); }
td.TdClassName
{
border-color: #36DBEF;
}
.TagClassName
{
border-color: #36DBEF;
}
</style>