Shades of Turquoise Blue #5EEFDC
Tints of Turquoise Blue #5EEFDC
RGB
CMYK
RGB Variations
Color information
#5EEFDC (or 0x5EEFDC) is known color: Turquoise Blue. HEX triplet: 5E, EF and DC. RGB value is (94,239,220). Sum of RGB (Red+Green+Blue) = 94+239+220=553 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.00% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFDC is #A11023. Grayscale: #C1C1C1. Windows color (decimal): -10555428 or 14479198. OLE color: 14479198.
HSL color Cylindrical-coordinate representation of color #5EEFDC: hue angle of 172.14º 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 #5EEFDC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 220 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.06 |
| HSL | 172.14º | 0.82% | 0.65% | - |
| HSV(B) | 172.14º | 0.61% | 0.94% | - |
| XYZ | 48.4 | 69.28 | 78.53 | - |
| YUV | 193.48 | 142.96 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 220 | 0.61 | 0 | 0.08 | 0.06 | 172.14 | 0.82 | 0.65 |
| Hex | 5E | EF | DC | 3D | 0 | 8 | 6 | AC | 52 | 41 |
| Octal | 136 | 357 | 334 | 75 | 0 | 10 | 6 | 254 | 122 | 101 |
| Binary | 1011110 | 11101111 | 11011100 | 111101 | 0 | 1000 | 110 | 10101100 | 1010010 | 1000001 |
Color Harmonies of #5EEFDC
Complementary color
Monochromatic Colors of #5EEFDC
Black with #5EEFDC
Text Example
Text Example
White with #5EEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFDC; }
p { color: rgb(94,239,220); }
H1.HeaderClassName
{
color: #5EEFDC;
}
.AnyTagClassName
{
color: #5EEFDC;
}
</style>
background-color css
<style>
a { background-color: #5EEFDC; }
a { background-color: rgb(94,239,220); }
div.DivClassName
{
background-color: #5EEFDC;
}
.BgClassName
{
background-color: #5EEFDC;
}
</style>
border-color css
<style>
span { border-color: #5EEFDC; }
span { border-color: rgb(94,239,220); }
td.TdClassName
{
border-color: #5EEFDC;
}
.TagClassName
{
border-color: #5EEFDC;
}
</style>