Shades of Medium Turquoise #5EDBCE
Tints of Medium Turquoise #5EDBCE
RGB
CMYK
RGB Variations
Color information
#5EDBCE (or 0x5EDBCE) is known color: Medium Turquoise. HEX triplet: 5E, DB and CE. RGB value is (94,219,206). Sum of RGB (Red+Green+Blue) = 94+219+206=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBCE is #A12431. Grayscale: #B4B4B4. Windows color (decimal): -10560562 or 13556574. OLE color: 13556574.
HSL color Cylindrical-coordinate representation of color #5EDBCE: hue angle of 173.76º 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 #5EDBCE is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 206 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.14 |
| HSL | 173.76º | 0.63% | 0.61% | - |
| HSV(B) | 173.76º | 0.57% | 0.86% | - |
| XYZ | 41.09 | 57.5 | 67.33 | - |
| YUV | 180.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 206 | 0.57 | 0 | 0.06 | 0.14 | 173.76 | 0.63 | 0.61 |
| Hex | 5E | DB | CE | 39 | 0 | 6 | E | AE | 3F | 3D |
| Octal | 136 | 333 | 316 | 71 | 0 | 6 | 16 | 256 | 77 | 75 |
| Binary | 1011110 | 11011011 | 11001110 | 111001 | 0 | 110 | 1110 | 10101110 | 111111 | 111101 |
Color Harmonies of #5EDBCE
Complementary color
Monochromatic Colors of #5EDBCE
Black with #5EDBCE
Text Example
Text Example
White with #5EDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBCE; }
p { color: rgb(94,219,206); }
H1.HeaderClassName
{
color: #5EDBCE;
}
.AnyTagClassName
{
color: #5EDBCE;
}
</style>
background-color css
<style>
a { background-color: #5EDBCE; }
a { background-color: rgb(94,219,206); }
div.DivClassName
{
background-color: #5EDBCE;
}
.BgClassName
{
background-color: #5EDBCE;
}
</style>
border-color css
<style>
span { border-color: #5EDBCE; }
span { border-color: rgb(94,219,206); }
td.TdClassName
{
border-color: #5EDBCE;
}
.TagClassName
{
border-color: #5EDBCE;
}
</style>