Shades of Turquoise Blue #5EE9DF
Tints of Turquoise Blue #5EE9DF
RGB
CMYK
RGB Variations
Color information
#5EE9DF (or 0x5EE9DF) is known color: Turquoise Blue. HEX triplet: 5E, E9 and DF. RGB value is (94,233,223). Sum of RGB (Red+Green+Blue) = 94+233+223=550 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.09% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE9DF is #A11620. Grayscale: #BEBEBE. Windows color (decimal): -10556961 or 14674270. OLE color: 14674270.
HSL color Cylindrical-coordinate representation of color #5EE9DF: hue angle of 175.68º 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 #5EE9DF is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 223 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.09 |
| HSL | 175.68º | 0.76% | 0.64% | - |
| HSV(B) | 175.68º | 0.6% | 0.91% | - |
| XYZ | 47.07 | 65.99 | 80.07 | - |
| YUV | 190.3 | 146.45 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 223 | 0.60 | 0 | 0.04 | 0.09 | 175.68 | 0.76 | 0.64 |
| Hex | 5E | E9 | DF | 3C | 0 | 4 | 9 | B0 | 4C | 40 |
| Octal | 136 | 351 | 337 | 74 | 0 | 4 | 11 | 260 | 114 | 100 |
| Binary | 1011110 | 11101001 | 11011111 | 111100 | 0 | 100 | 1001 | 10110000 | 1001100 | 1000000 |
Color Harmonies of #5EE9DF
Complementary color
Monochromatic Colors of #5EE9DF
Black with #5EE9DF
Text Example
Text Example
White with #5EE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE9DF; }
p { color: rgb(94,233,223); }
H1.HeaderClassName
{
color: #5EE9DF;
}
.AnyTagClassName
{
color: #5EE9DF;
}
</style>
background-color css
<style>
a { background-color: #5EE9DF; }
a { background-color: rgb(94,233,223); }
div.DivClassName
{
background-color: #5EE9DF;
}
.BgClassName
{
background-color: #5EE9DF;
}
</style>
border-color css
<style>
span { border-color: #5EE9DF; }
span { border-color: rgb(94,233,223); }
td.TdClassName
{
border-color: #5EE9DF;
}
.TagClassName
{
border-color: #5EE9DF;
}
</style>