Shades of Turquoise Blue #5EDCDC
Tints of Turquoise Blue #5EDCDC
RGB
CMYK
RGB Variations
Color information
#5EDCDC (or 0x5EDCDC) is known color: Turquoise Blue. HEX triplet: 5E, DC and DC. RGB value is (94,220,220). Sum of RGB (Red+Green+Blue) = 94+220+220=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #5EDCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCDC is #A12323. Grayscale: #B6B6B6. Windows color (decimal): -10560292 or 14474334. OLE color: 14474334.
HSL color Cylindrical-coordinate representation of color #5EDCDC: hue angle of 180º 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 #5EDCDC is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 220 | - |
| CMYK | 0.57 | 0 | 0 | 0.14 |
| HSL | 180º | 0.64% | 0.62% | - |
| HSV(B) | 180º | 0.57% | 0.86% | - |
| XYZ | 43.13 | 58.73 | 76.77 | - |
| YUV | 182.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 220 | 0.57 | 0 | 0 | 0.14 | 180 | 0.64 | 0.62 |
| Hex | 5E | DC | DC | 39 | 0 | 0 | E | B4 | 40 | 3E |
| Octal | 136 | 334 | 334 | 71 | 0 | 0 | 16 | 264 | 100 | 76 |
| Binary | 1011110 | 11011100 | 11011100 | 111001 | 0 | 0 | 1110 | 10110100 | 1000000 | 111110 |
Color Harmonies of #5EDCDC
Complementary color
Monochromatic Colors of #5EDCDC
Black with #5EDCDC
Text Example
Text Example
White with #5EDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDCDC; }
p { color: rgb(94,220,220); }
H1.HeaderClassName
{
color: #5EDCDC;
}
.AnyTagClassName
{
color: #5EDCDC;
}
</style>
background-color css
<style>
a { background-color: #5EDCDC; }
a { background-color: rgb(94,220,220); }
div.DivClassName
{
background-color: #5EDCDC;
}
.BgClassName
{
background-color: #5EDCDC;
}
</style>
border-color css
<style>
span { border-color: #5EDCDC; }
span { border-color: rgb(94,220,220); }
td.TdClassName
{
border-color: #5EDCDC;
}
.TagClassName
{
border-color: #5EDCDC;
}
</style>