Shades of Turquoise #5EE9CF
Tints of Turquoise #5EE9CF
RGB
CMYK
RGB Variations
Color information
#5EE9CF (or 0x5EE9CF) is known color: Turquoise. HEX triplet: 5E, E9 and CF. RGB value is (94,233,207). Sum of RGB (Red+Green+Blue) = 94+233+207=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE9CF is #A11630. Grayscale: #BCBCBC. Windows color (decimal): -10556977 or 13625694. OLE color: 13625694.
HSL color Cylindrical-coordinate representation of color #5EE9CF: hue angle of 168.78º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EE9CF is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 207 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.09 |
| HSL | 168.78º | 0.76% | 0.64% | - |
| HSV(B) | 168.78º | 0.6% | 0.91% | - |
| XYZ | 45.02 | 65.16 | 69.24 | - |
| YUV | 188.48 | 138.45 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 207 | 0.60 | 0 | 0.11 | 0.09 | 168.78 | 0.76 | 0.64 |
| Hex | 5E | E9 | CF | 3C | 0 | B | 9 | A9 | 4C | 40 |
| Octal | 136 | 351 | 317 | 74 | 0 | 13 | 11 | 251 | 114 | 100 |
| Binary | 1011110 | 11101001 | 11001111 | 111100 | 0 | 1011 | 1001 | 10101001 | 1001100 | 1000000 |
Color Harmonies of #5EE9CF
Complementary color
Monochromatic Colors of #5EE9CF
Black with #5EE9CF
Text Example
Text Example
White with #5EE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE9CF; }
p { color: rgb(94,233,207); }
H1.HeaderClassName
{
color: #5EE9CF;
}
.AnyTagClassName
{
color: #5EE9CF;
}
</style>
background-color css
<style>
a { background-color: #5EE9CF; }
a { background-color: rgb(94,233,207); }
div.DivClassName
{
background-color: #5EE9CF;
}
.BgClassName
{
background-color: #5EE9CF;
}
</style>
border-color css
<style>
span { border-color: #5EE9CF; }
span { border-color: rgb(94,233,207); }
td.TdClassName
{
border-color: #5EE9CF;
}
.TagClassName
{
border-color: #5EE9CF;
}
</style>