Shades of Turquoise #5EEBD1
Tints of Turquoise #5EEBD1
RGB
CMYK
RGB Variations
Color information
#5EEBD1 (or 0x5EEBD1) is known color: Turquoise. HEX triplet: 5E, EB and D1. RGB value is (94,235,209). Sum of RGB (Red+Green+Blue) = 94+235+209=538 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.47% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBD1 is #A1142E. Grayscale: #BDBDBD. Windows color (decimal): -10556463 or 13757278. OLE color: 13757278.
HSL color Cylindrical-coordinate representation of color #5EEBD1: hue angle of 168.94º 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 #5EEBD1 is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 209 | - |
| CMYK | 0.6 | 0 | 0.11 | 0.08 |
| HSL | 168.94º | 0.78% | 0.65% | - |
| HSV(B) | 168.94º | 0.6% | 0.92% | - |
| XYZ | 45.83 | 66.4 | 70.72 | - |
| YUV | 189.88 | 138.79 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 209 | 0.6 | 0 | 0.11 | 0.08 | 168.94 | 0.78 | 0.65 |
| Hex | 5E | EB | D1 | 3C | 0 | B | 8 | A9 | 4E | 41 |
| Octal | 136 | 353 | 321 | 74 | 0 | 13 | 10 | 251 | 116 | 101 |
| Binary | 1011110 | 11101011 | 11010001 | 111100 | 0 | 1011 | 1000 | 10101001 | 1001110 | 1000001 |
Color Harmonies of #5EEBD1
Complementary color
Monochromatic Colors of #5EEBD1
Black with #5EEBD1
Text Example
Text Example
White with #5EEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBD1; }
p { color: rgb(94,235,209); }
H1.HeaderClassName
{
color: #5EEBD1;
}
.AnyTagClassName
{
color: #5EEBD1;
}
</style>
background-color css
<style>
a { background-color: #5EEBD1; }
a { background-color: rgb(94,235,209); }
div.DivClassName
{
background-color: #5EEBD1;
}
.BgClassName
{
background-color: #5EEBD1;
}
</style>
border-color css
<style>
span { border-color: #5EEBD1; }
span { border-color: rgb(94,235,209); }
td.TdClassName
{
border-color: #5EEBD1;
}
.TagClassName
{
border-color: #5EEBD1;
}
</style>