Shades of Turquoise Blue #5EDDD6
Tints of Turquoise Blue #5EDDD6
RGB
CMYK
RGB Variations
Color information
#5EDDD6 (or 0x5EDDD6) is known color: Turquoise Blue. HEX triplet: 5E, DD and D6. RGB value is (94,221,214). Sum of RGB (Red+Green+Blue) = 94+221+214=529 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.77% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDDD6 is #A12229. Grayscale: #B6B6B6. Windows color (decimal): -10560042 or 14081374. OLE color: 14081374.
HSL color Cylindrical-coordinate representation of color #5EDDD6: hue angle of 176.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDDD6 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 214 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.13 |
| HSL | 176.69º | 0.65% | 0.62% | - |
| HSV(B) | 176.69º | 0.57% | 0.87% | - |
| XYZ | 42.61 | 58.95 | 72.75 | - |
| YUV | 182.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 214 | 0.57 | 0 | 0.03 | 0.13 | 176.69 | 0.65 | 0.62 |
| Hex | 5E | DD | D6 | 39 | 0 | 3 | D | B1 | 41 | 3E |
| Octal | 136 | 335 | 326 | 71 | 0 | 3 | 15 | 261 | 101 | 76 |
| Binary | 1011110 | 11011101 | 11010110 | 111001 | 0 | 11 | 1101 | 10110001 | 1000001 | 111110 |
Color Harmonies of #5EDDD6
Complementary color
Monochromatic Colors of #5EDDD6
Black with #5EDDD6
Text Example
Text Example
White with #5EDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDDD6; }
p { color: rgb(94,221,214); }
H1.HeaderClassName
{
color: #5EDDD6;
}
.AnyTagClassName
{
color: #5EDDD6;
}
</style>
background-color css
<style>
a { background-color: #5EDDD6; }
a { background-color: rgb(94,221,214); }
div.DivClassName
{
background-color: #5EDDD6;
}
.BgClassName
{
background-color: #5EDDD6;
}
</style>
border-color css
<style>
span { border-color: #5EDDD6; }
span { border-color: rgb(94,221,214); }
td.TdClassName
{
border-color: #5EDDD6;
}
.TagClassName
{
border-color: #5EDDD6;
}
</style>