Shades of Turquoise Blue #5EEFDB
Tints of Turquoise Blue #5EEFDB
RGB
CMYK
RGB Variations
Color information
#5EEFDB (or 0x5EEFDB) is known color: Turquoise Blue. HEX triplet: 5E, EF and DB. RGB value is (94,239,219). Sum of RGB (Red+Green+Blue) = 94+239+219=552 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.03% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFDB is #A11024. Grayscale: #C1C1C1. Windows color (decimal): -10555429 or 14413662. OLE color: 14413662.
HSL color Cylindrical-coordinate representation of color #5EEFDB: hue angle of 171.72º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFDB is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 219 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.06 |
| HSL | 171.72º | 0.82% | 0.65% | - |
| HSV(B) | 171.72º | 0.61% | 0.94% | - |
| XYZ | 48.27 | 69.23 | 77.84 | - |
| YUV | 193.37 | 142.46 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 219 | 0.61 | 0 | 0.08 | 0.06 | 171.72 | 0.82 | 0.65 |
| Hex | 5E | EF | DB | 3D | 0 | 8 | 6 | AC | 52 | 41 |
| Octal | 136 | 357 | 333 | 75 | 0 | 10 | 6 | 254 | 122 | 101 |
| Binary | 1011110 | 11101111 | 11011011 | 111101 | 0 | 1000 | 110 | 10101100 | 1010010 | 1000001 |
Color Harmonies of #5EEFDB
Complementary color
Monochromatic Colors of #5EEFDB
Black with #5EEFDB
Text Example
Text Example
White with #5EEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFDB; }
p { color: rgb(94,239,219); }
H1.HeaderClassName
{
color: #5EEFDB;
}
.AnyTagClassName
{
color: #5EEFDB;
}
</style>
background-color css
<style>
a { background-color: #5EEFDB; }
a { background-color: rgb(94,239,219); }
div.DivClassName
{
background-color: #5EEFDB;
}
.BgClassName
{
background-color: #5EEFDB;
}
</style>
border-color css
<style>
span { border-color: #5EEFDB; }
span { border-color: rgb(94,239,219); }
td.TdClassName
{
border-color: #5EEFDB;
}
.TagClassName
{
border-color: #5EEFDB;
}
</style>