Shades of Turquoise Blue #5EDBDC
Tints of Turquoise Blue #5EDBDC
RGB
CMYK
RGB Variations
Color information
#5EDBDC (or 0x5EDBDC) is known color: Turquoise Blue. HEX triplet: 5E, DB and DC. RGB value is (94,219,220). Sum of RGB (Red+Green+Blue) = 94+219+220=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EDBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBDC is #A12423. Grayscale: #B5B5B5. Windows color (decimal): -10560548 or 14474078. OLE color: 14474078.
HSL color Cylindrical-coordinate representation of color #5EDBDC: hue angle of 180.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBDC is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 220 | - |
| CMYK | 0.57 | 0.00 | 0 | 0.14 |
| HSL | 180.48º | 0.64% | 0.62% | - |
| HSV(B) | 180.48º | 0.57% | 0.86% | - |
| XYZ | 42.87 | 58.21 | 76.69 | - |
| YUV | 181.74 | 149.59 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 220 | 0.57 | 0.00 | 0 | 0.14 | 180.48 | 0.64 | 0.62 |
| Hex | 5E | DB | DC | 39 | 0 | 0 | E | B4 | 40 | 3E |
| Octal | 136 | 333 | 334 | 71 | 0 | 0 | 16 | 264 | 100 | 76 |
| Binary | 1011110 | 11011011 | 11011100 | 111001 | 0 | 0 | 1110 | 10110100 | 1000000 | 111110 |
Color Harmonies of #5EDBDC
Complementary color
Monochromatic Colors of #5EDBDC
Black with #5EDBDC
Text Example
Text Example
White with #5EDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBDC; }
p { color: rgb(94,219,220); }
H1.HeaderClassName
{
color: #5EDBDC;
}
.AnyTagClassName
{
color: #5EDBDC;
}
</style>
background-color css
<style>
a { background-color: #5EDBDC; }
a { background-color: rgb(94,219,220); }
div.DivClassName
{
background-color: #5EDBDC;
}
.BgClassName
{
background-color: #5EDBDC;
}
</style>
border-color css
<style>
span { border-color: #5EDBDC; }
span { border-color: rgb(94,219,220); }
td.TdClassName
{
border-color: #5EDBDC;
}
.TagClassName
{
border-color: #5EDBDC;
}
</style>