Shades of Turquoise Blue #5EE1DD
Tints of Turquoise Blue #5EE1DD
RGB
CMYK
RGB Variations
Color information
#5EE1DD (or 0x5EE1DD) is known color: Turquoise Blue. HEX triplet: 5E, E1 and DD. RGB value is (94,225,221). Sum of RGB (Red+Green+Blue) = 94+225+221=540 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.41% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE1DD is #A11E22. Grayscale: #B9B9B9. Windows color (decimal): -10559011 or 14541150. OLE color: 14541150.
HSL color Cylindrical-coordinate representation of color #5EE1DD: hue angle of 178.17º 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 #5EE1DD is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 221 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.12 |
| HSL | 178.17º | 0.69% | 0.63% | - |
| HSV(B) | 178.17º | 0.58% | 0.88% | - |
| XYZ | 44.59 | 61.45 | 77.92 | - |
| YUV | 185.38 | 148.1 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 221 | 0.58 | 0 | 0.02 | 0.12 | 178.17 | 0.69 | 0.63 |
| Hex | 5E | E1 | DD | 3A | 0 | 2 | C | B2 | 45 | 3F |
| Octal | 136 | 341 | 335 | 72 | 0 | 2 | 14 | 262 | 105 | 77 |
| Binary | 1011110 | 11100001 | 11011101 | 111010 | 0 | 10 | 1100 | 10110010 | 1000101 | 111111 |
Color Harmonies of #5EE1DD
Complementary color
Monochromatic Colors of #5EE1DD
Black with #5EE1DD
Text Example
Text Example
White with #5EE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE1DD; }
p { color: rgb(94,225,221); }
H1.HeaderClassName
{
color: #5EE1DD;
}
.AnyTagClassName
{
color: #5EE1DD;
}
</style>
background-color css
<style>
a { background-color: #5EE1DD; }
a { background-color: rgb(94,225,221); }
div.DivClassName
{
background-color: #5EE1DD;
}
.BgClassName
{
background-color: #5EE1DD;
}
</style>
border-color css
<style>
span { border-color: #5EE1DD; }
span { border-color: rgb(94,225,221); }
td.TdClassName
{
border-color: #5EE1DD;
}
.TagClassName
{
border-color: #5EE1DD;
}
</style>