Shades of Turquoise Blue #5EE9DD
Tints of Turquoise Blue #5EE9DD
RGB
CMYK
RGB Variations
Color information
#5EE9DD (or 0x5EE9DD) is known color: Turquoise Blue. HEX triplet: 5E, E9 and DD. RGB value is (94,233,221). Sum of RGB (Red+Green+Blue) = 94+233+221=548 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.15% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE9DD is #A11622. Grayscale: #BDBDBD. Windows color (decimal): -10556963 or 14543198. OLE color: 14543198.
HSL color Cylindrical-coordinate representation of color #5EE9DD: hue angle of 174.82º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EE9DD is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 221 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.09 |
| HSL | 174.82º | 0.76% | 0.64% | - |
| HSV(B) | 174.82º | 0.6% | 0.91% | - |
| XYZ | 46.81 | 65.88 | 78.66 | - |
| YUV | 190.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 221 | 0.60 | 0 | 0.05 | 0.09 | 174.82 | 0.76 | 0.64 |
| Hex | 5E | E9 | DD | 3C | 0 | 5 | 9 | AF | 4C | 40 |
| Octal | 136 | 351 | 335 | 74 | 0 | 5 | 11 | 257 | 114 | 100 |
| Binary | 1011110 | 11101001 | 11011101 | 111100 | 0 | 101 | 1001 | 10101111 | 1001100 | 1000000 |
Color Harmonies of #5EE9DD
Complementary color
Monochromatic Colors of #5EE9DD
Black with #5EE9DD
Text Example
Text Example
White with #5EE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE9DD; }
p { color: rgb(94,233,221); }
H1.HeaderClassName
{
color: #5EE9DD;
}
.AnyTagClassName
{
color: #5EE9DD;
}
</style>
background-color css
<style>
a { background-color: #5EE9DD; }
a { background-color: rgb(94,233,221); }
div.DivClassName
{
background-color: #5EE9DD;
}
.BgClassName
{
background-color: #5EE9DD;
}
</style>
border-color css
<style>
span { border-color: #5EE9DD; }
span { border-color: rgb(94,233,221); }
td.TdClassName
{
border-color: #5EE9DD;
}
.TagClassName
{
border-color: #5EE9DD;
}
</style>