Shades of Turquoise #5EEBCD
Tints of Turquoise #5EEBCD
RGB
CMYK
RGB Variations
Color information
#5EEBCD (or 0x5EEBCD) is known color: Turquoise. HEX triplet: 5E, EB and CD. RGB value is (94,235,205). Sum of RGB (Red+Green+Blue) = 94+235+205=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBCD is #A11432. Grayscale: #BDBDBD. Windows color (decimal): -10556467 or 13495134. OLE color: 13495134.
HSL color Cylindrical-coordinate representation of color #5EEBCD: hue angle of 167.23º 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 #5EEBCD is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 205 | - |
| CMYK | 0.6 | 0 | 0.13 | 0.08 |
| HSL | 167.23º | 0.78% | 0.65% | - |
| HSV(B) | 167.23º | 0.6% | 0.92% | - |
| XYZ | 45.34 | 66.2 | 68.15 | - |
| YUV | 189.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 205 | 0.6 | 0 | 0.13 | 0.08 | 167.23 | 0.78 | 0.65 |
| Hex | 5E | EB | CD | 3C | 0 | D | 8 | A7 | 4E | 41 |
| Octal | 136 | 353 | 315 | 74 | 0 | 15 | 10 | 247 | 116 | 101 |
| Binary | 1011110 | 11101011 | 11001101 | 111100 | 0 | 1101 | 1000 | 10100111 | 1001110 | 1000001 |
Color Harmonies of #5EEBCD
Complementary color
Monochromatic Colors of #5EEBCD
Black with #5EEBCD
Text Example
Text Example
White with #5EEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBCD; }
p { color: rgb(94,235,205); }
H1.HeaderClassName
{
color: #5EEBCD;
}
.AnyTagClassName
{
color: #5EEBCD;
}
</style>
background-color css
<style>
a { background-color: #5EEBCD; }
a { background-color: rgb(94,235,205); }
div.DivClassName
{
background-color: #5EEBCD;
}
.BgClassName
{
background-color: #5EEBCD;
}
</style>
border-color css
<style>
span { border-color: #5EEBCD; }
span { border-color: rgb(94,235,205); }
td.TdClassName
{
border-color: #5EEBCD;
}
.TagClassName
{
border-color: #5EEBCD;
}
</style>