Shades of Turquoise Blue #5EDBDB
Tints of Turquoise Blue #5EDBDB
RGB
CMYK
RGB Variations
Color information
#5EDBDB (or 0x5EDBDB) is known color: Turquoise Blue. HEX triplet: 5E, DB and DB. RGB value is (94,219,219). Sum of RGB (Red+Green+Blue) = 94+219+219=532 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.67% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #5EDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBDB is #A12424. Grayscale: #B5B5B5. Windows color (decimal): -10560549 or 14408542. OLE color: 14408542.
HSL color Cylindrical-coordinate representation of color #5EDBDB: hue angle of 180º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBDB is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 219 | - |
| CMYK | 0.57 | 0 | 0 | 0.14 |
| HSL | 180º | 0.63% | 0.61% | - |
| HSV(B) | 180º | 0.57% | 0.86% | - |
| XYZ | 42.73 | 58.16 | 75.99 | - |
| YUV | 181.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 219 | 0.57 | 0 | 0 | 0.14 | 180 | 0.63 | 0.61 |
| Hex | 5E | DB | DB | 39 | 0 | 0 | E | B4 | 3F | 3D |
| Octal | 136 | 333 | 333 | 71 | 0 | 0 | 16 | 264 | 77 | 75 |
| Binary | 1011110 | 11011011 | 11011011 | 111001 | 0 | 0 | 1110 | 10110100 | 111111 | 111101 |
Color Harmonies of #5EDBDB
Complementary color
Monochromatic Colors of #5EDBDB
Black with #5EDBDB
Text Example
Text Example
White with #5EDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBDB; }
p { color: rgb(94,219,219); }
H1.HeaderClassName
{
color: #5EDBDB;
}
.AnyTagClassName
{
color: #5EDBDB;
}
</style>
background-color css
<style>
a { background-color: #5EDBDB; }
a { background-color: rgb(94,219,219); }
div.DivClassName
{
background-color: #5EDBDB;
}
.BgClassName
{
background-color: #5EDBDB;
}
</style>
border-color css
<style>
span { border-color: #5EDBDB; }
span { border-color: rgb(94,219,219); }
td.TdClassName
{
border-color: #5EDBDB;
}
.TagClassName
{
border-color: #5EDBDB;
}
</style>