Shades of Turquoise Blue #5EDDDB
Tints of Turquoise Blue #5EDDDB
RGB
CMYK
RGB Variations
Color information
#5EDDDB (or 0x5EDDDB) is known color: Turquoise Blue. HEX triplet: 5E, DD and DB. RGB value is (94,221,219). Sum of RGB (Red+Green+Blue) = 94+221+219=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDDDB is #A12224. Grayscale: #B6B6B6. Windows color (decimal): -10560037 or 14409054. OLE color: 14409054.
HSL color Cylindrical-coordinate representation of color #5EDDDB: hue angle of 179.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDDDB is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 219 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.13 |
| HSL | 179.06º | 0.65% | 0.62% | - |
| HSV(B) | 179.06º | 0.57% | 0.87% | - |
| XYZ | 43.26 | 59.21 | 76.17 | - |
| YUV | 182.8 | 148.42 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 219 | 0.57 | 0 | 0.01 | 0.13 | 179.06 | 0.65 | 0.62 |
| Hex | 5E | DD | DB | 39 | 0 | 1 | D | B3 | 41 | 3E |
| Octal | 136 | 335 | 333 | 71 | 0 | 1 | 15 | 263 | 101 | 76 |
| Binary | 1011110 | 11011101 | 11011011 | 111001 | 0 | 1 | 1101 | 10110011 | 1000001 | 111110 |
Color Harmonies of #5EDDDB
Complementary color
Monochromatic Colors of #5EDDDB
Black with #5EDDDB
Text Example
Text Example
White with #5EDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDDDB; }
p { color: rgb(94,221,219); }
H1.HeaderClassName
{
color: #5EDDDB;
}
.AnyTagClassName
{
color: #5EDDDB;
}
</style>
background-color css
<style>
a { background-color: #5EDDDB; }
a { background-color: rgb(94,221,219); }
div.DivClassName
{
background-color: #5EDDDB;
}
.BgClassName
{
background-color: #5EDDDB;
}
</style>
border-color css
<style>
span { border-color: #5EDDDB; }
span { border-color: rgb(94,221,219); }
td.TdClassName
{
border-color: #5EDDDB;
}
.TagClassName
{
border-color: #5EDDDB;
}
</style>