Shades of Turquoise #5EEECD
Tints of Turquoise #5EEECD
RGB
CMYK
RGB Variations
Color information
#5EEECD (or 0x5EEECD) is known color: Turquoise. HEX triplet: 5E, EE and CD. RGB value is (94,238,205). Sum of RGB (Red+Green+Blue) = 94+238+205=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEECD is #A11132. Grayscale: #BFBFBF. Windows color (decimal): -10555699 or 13495902. OLE color: 13495902.
HSL color Cylindrical-coordinate representation of color #5EEECD: hue angle of 166.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEECD is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 238 | 205 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 166.25º | 0.81% | 0.65% | - |
| HSV(B) | 166.25º | 0.61% | 0.93% | - |
| XYZ | 46.21 | 67.94 | 68.44 | - |
| YUV | 191.18 | 135.79 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 238 | 205 | 0.61 | 0 | 0.14 | 0.07 | 166.25 | 0.81 | 0.65 |
| Hex | 5E | EE | CD | 3D | 0 | E | 7 | A6 | 51 | 41 |
| Octal | 136 | 356 | 315 | 75 | 0 | 16 | 7 | 246 | 121 | 101 |
| Binary | 1011110 | 11101110 | 11001101 | 111101 | 0 | 1110 | 111 | 10100110 | 1010001 | 1000001 |
Color Harmonies of #5EEECD
Complementary color
Monochromatic Colors of #5EEECD
Black with #5EEECD
Text Example
Text Example
White with #5EEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEECD; }
p { color: rgb(94,238,205); }
H1.HeaderClassName
{
color: #5EEECD;
}
.AnyTagClassName
{
color: #5EEECD;
}
</style>
background-color css
<style>
a { background-color: #5EEECD; }
a { background-color: rgb(94,238,205); }
div.DivClassName
{
background-color: #5EEECD;
}
.BgClassName
{
background-color: #5EEECD;
}
</style>
border-color css
<style>
span { border-color: #5EEECD; }
span { border-color: rgb(94,238,205); }
td.TdClassName
{
border-color: #5EEECD;
}
.TagClassName
{
border-color: #5EEECD;
}
</style>