Shades of Turquoise Blue #5EE1DC
Tints of Turquoise Blue #5EE1DC
RGB
CMYK
RGB Variations
Color information
#5EE1DC (or 0x5EE1DC) is known color: Turquoise Blue. HEX triplet: 5E, E1 and DC. RGB value is (94,225,220). Sum of RGB (Red+Green+Blue) = 94+225+220=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE1DC is #A11E23. Grayscale: #B9B9B9. Windows color (decimal): -10559012 or 14475614. OLE color: 14475614.
HSL color Cylindrical-coordinate representation of color #5EE1DC: hue angle of 177.71º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE1DC is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 220 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.12 |
| HSL | 177.71º | 0.69% | 0.63% | - |
| HSV(B) | 177.71º | 0.58% | 0.88% | - |
| XYZ | 44.46 | 61.4 | 77.22 | - |
| YUV | 185.26 | 147.6 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 220 | 0.58 | 0 | 0.02 | 0.12 | 177.71 | 0.69 | 0.63 |
| Hex | 5E | E1 | DC | 3A | 0 | 2 | C | B2 | 45 | 3F |
| Octal | 136 | 341 | 334 | 72 | 0 | 2 | 14 | 262 | 105 | 77 |
| Binary | 1011110 | 11100001 | 11011100 | 111010 | 0 | 10 | 1100 | 10110010 | 1000101 | 111111 |
Color Harmonies of #5EE1DC
Complementary color
Monochromatic Colors of #5EE1DC
Black with #5EE1DC
Text Example
Text Example
White with #5EE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE1DC; }
p { color: rgb(94,225,220); }
H1.HeaderClassName
{
color: #5EE1DC;
}
.AnyTagClassName
{
color: #5EE1DC;
}
</style>
background-color css
<style>
a { background-color: #5EE1DC; }
a { background-color: rgb(94,225,220); }
div.DivClassName
{
background-color: #5EE1DC;
}
.BgClassName
{
background-color: #5EE1DC;
}
</style>
border-color css
<style>
span { border-color: #5EE1DC; }
span { border-color: rgb(94,225,220); }
td.TdClassName
{
border-color: #5EE1DC;
}
.TagClassName
{
border-color: #5EE1DC;
}
</style>