Shades of Medium Turquoise #5ECCCE
Tints of Medium Turquoise #5ECCCE
RGB
CMYK
RGB Variations
Color information
#5ECCCE (or 0x5ECCCE) is known color: Medium Turquoise. HEX triplet: 5E, CC and CE. RGB value is (94,204,206). Sum of RGB (Red+Green+Blue) = 94+204+206=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #5ECCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCCE is #A13331. Grayscale: #ABABAB. Windows color (decimal): -10564402 or 13552734. OLE color: 13552734.
HSL color Cylindrical-coordinate representation of color #5ECCCE: hue angle of 181.07º 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 #5ECCCE is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 204 | 206 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.19 |
| HSL | 181.07º | 0.53% | 0.59% | - |
| HSV(B) | 181.07º | 0.54% | 0.81% | - |
| XYZ | 37.35 | 50.02 | 66.08 | - |
| YUV | 171.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 206 | 0.54 | 0.01 | 0 | 0.19 | 181.07 | 0.53 | 0.59 |
| Hex | 5E | CC | CE | 36 | 1 | 0 | 13 | B5 | 35 | 3B |
| Octal | 136 | 314 | 316 | 66 | 1 | 0 | 23 | 265 | 65 | 73 |
| Binary | 1011110 | 11001100 | 11001110 | 110110 | 1 | 0 | 10011 | 10110101 | 110101 | 111011 |
Color Harmonies of #5ECCCE
Complementary color
Monochromatic Colors of #5ECCCE
Black with #5ECCCE
Text Example
Text Example
White with #5ECCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCCE; }
p { color: rgb(94,204,206); }
H1.HeaderClassName
{
color: #5ECCCE;
}
.AnyTagClassName
{
color: #5ECCCE;
}
</style>
background-color css
<style>
a { background-color: #5ECCCE; }
a { background-color: rgb(94,204,206); }
div.DivClassName
{
background-color: #5ECCCE;
}
.BgClassName
{
background-color: #5ECCCE;
}
</style>
border-color css
<style>
span { border-color: #5ECCCE; }
span { border-color: rgb(94,204,206); }
td.TdClassName
{
border-color: #5ECCCE;
}
.TagClassName
{
border-color: #5ECCCE;
}
</style>