Shades of Turquoise Blue #5EEBDC
Tints of Turquoise Blue #5EEBDC
RGB
CMYK
RGB Variations
Color information
#5EEBDC (or 0x5EEBDC) is known color: Turquoise Blue. HEX triplet: 5E, EB and DC. RGB value is (94,235,220). Sum of RGB (Red+Green+Blue) = 94+235+220=549 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.12% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBDC is #A11423. Grayscale: #BFBFBF. Windows color (decimal): -10556452 or 14478174. OLE color: 14478174.
HSL color Cylindrical-coordinate representation of color #5EEBDC: hue angle of 173.62º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBDC is Cyan = 0.6, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 220 | - |
| CMYK | 0.6 | 0 | 0.06 | 0.08 |
| HSL | 173.62º | 0.78% | 0.65% | - |
| HSV(B) | 173.62º | 0.6% | 0.92% | - |
| XYZ | 47.24 | 66.96 | 78.15 | - |
| YUV | 191.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 220 | 0.6 | 0 | 0.06 | 0.08 | 173.62 | 0.78 | 0.65 |
| Hex | 5E | EB | DC | 3C | 0 | 6 | 8 | AE | 4E | 41 |
| Octal | 136 | 353 | 334 | 74 | 0 | 6 | 10 | 256 | 116 | 101 |
| Binary | 1011110 | 11101011 | 11011100 | 111100 | 0 | 110 | 1000 | 10101110 | 1001110 | 1000001 |
Color Harmonies of #5EEBDC
Complementary color
Monochromatic Colors of #5EEBDC
Black with #5EEBDC
Text Example
Text Example
White with #5EEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBDC; }
p { color: rgb(94,235,220); }
H1.HeaderClassName
{
color: #5EEBDC;
}
.AnyTagClassName
{
color: #5EEBDC;
}
</style>
background-color css
<style>
a { background-color: #5EEBDC; }
a { background-color: rgb(94,235,220); }
div.DivClassName
{
background-color: #5EEBDC;
}
.BgClassName
{
background-color: #5EEBDC;
}
</style>
border-color css
<style>
span { border-color: #5EEBDC; }
span { border-color: rgb(94,235,220); }
td.TdClassName
{
border-color: #5EEBDC;
}
.TagClassName
{
border-color: #5EEBDC;
}
</style>