Shades of Turquoise Blue #5EEADB
Tints of Turquoise Blue #5EEADB
RGB
CMYK
RGB Variations
Color information
#5EEADB (or 0x5EEADB) is known color: Turquoise Blue. HEX triplet: 5E, EA and DB. RGB value is (94,234,219). Sum of RGB (Red+Green+Blue) = 94+234+219=547 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.18% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEADB is #A11524. Grayscale: #BEBEBE. Windows color (decimal): -10556709 or 14412382. OLE color: 14412382.
HSL color Cylindrical-coordinate representation of color #5EEADB: hue angle of 173.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEADB is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 219 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.08 |
| HSL | 173.57º | 0.77% | 0.64% | - |
| HSV(B) | 173.57º | 0.6% | 0.92% | - |
| XYZ | 46.83 | 66.34 | 77.35 | - |
| YUV | 190.43 | 144.12 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 219 | 0.60 | 0 | 0.06 | 0.08 | 173.57 | 0.77 | 0.64 |
| Hex | 5E | EA | DB | 3C | 0 | 6 | 8 | AE | 4D | 40 |
| Octal | 136 | 352 | 333 | 74 | 0 | 6 | 10 | 256 | 115 | 100 |
| Binary | 1011110 | 11101010 | 11011011 | 111100 | 0 | 110 | 1000 | 10101110 | 1001101 | 1000000 |
Color Harmonies of #5EEADB
Complementary color
Monochromatic Colors of #5EEADB
Black with #5EEADB
Text Example
Text Example
White with #5EEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEADB; }
p { color: rgb(94,234,219); }
H1.HeaderClassName
{
color: #5EEADB;
}
.AnyTagClassName
{
color: #5EEADB;
}
</style>
background-color css
<style>
a { background-color: #5EEADB; }
a { background-color: rgb(94,234,219); }
div.DivClassName
{
background-color: #5EEADB;
}
.BgClassName
{
background-color: #5EEADB;
}
</style>
border-color css
<style>
span { border-color: #5EEADB; }
span { border-color: rgb(94,234,219); }
td.TdClassName
{
border-color: #5EEADB;
}
.TagClassName
{
border-color: #5EEADB;
}
</style>