Shades of Medium Turquoise #5ECBCE
Tints of Medium Turquoise #5ECBCE
RGB
CMYK
RGB Variations
Color information
#5ECBCE (or 0x5ECBCE) is known color: Medium Turquoise. HEX triplet: 5E, CB and CE. RGB value is (94,203,206). Sum of RGB (Red+Green+Blue) = 94+203+206=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #5ECBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBCE is #A13431. Grayscale: #AAAAAA. Windows color (decimal): -10564658 or 13552478. OLE color: 13552478.
HSL color Cylindrical-coordinate representation of color #5ECBCE: hue angle of 181.61º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBCE is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 203 | 206 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.19 |
| HSL | 181.61º | 0.53% | 0.59% | - |
| HSV(B) | 181.61º | 0.54% | 0.81% | - |
| XYZ | 37.11 | 49.55 | 66 | - |
| YUV | 170.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 206 | 0.54 | 0.01 | 0 | 0.19 | 181.61 | 0.53 | 0.59 |
| Hex | 5E | CB | CE | 36 | 1 | 0 | 13 | B6 | 35 | 3B |
| Octal | 136 | 313 | 316 | 66 | 1 | 0 | 23 | 266 | 65 | 73 |
| Binary | 1011110 | 11001011 | 11001110 | 110110 | 1 | 0 | 10011 | 10110110 | 110101 | 111011 |
Color Harmonies of #5ECBCE
Complementary color
Monochromatic Colors of #5ECBCE
Black with #5ECBCE
Text Example
Text Example
White with #5ECBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBCE; }
p { color: rgb(94,203,206); }
H1.HeaderClassName
{
color: #5ECBCE;
}
.AnyTagClassName
{
color: #5ECBCE;
}
</style>
background-color css
<style>
a { background-color: #5ECBCE; }
a { background-color: rgb(94,203,206); }
div.DivClassName
{
background-color: #5ECBCE;
}
.BgClassName
{
background-color: #5ECBCE;
}
</style>
border-color css
<style>
span { border-color: #5ECBCE; }
span { border-color: rgb(94,203,206); }
td.TdClassName
{
border-color: #5ECBCE;
}
.TagClassName
{
border-color: #5ECBCE;
}
</style>