Shades of Medium Turquoise #5ECBCF
Tints of Medium Turquoise #5ECBCF
RGB
CMYK
RGB Variations
Color information
#5ECBCF (or 0x5ECBCF) is known color: Medium Turquoise. HEX triplet: 5E, CB and CF. RGB value is (94,203,207). Sum of RGB (Red+Green+Blue) = 94+203+207=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #5ECBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBCF is #A13430. Grayscale: #AAAAAA. Windows color (decimal): -10564657 or 13618014. OLE color: 13618014.
HSL color Cylindrical-coordinate representation of color #5ECBCF: hue angle of 182.12º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ECBCF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 203 | 207 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.19 |
| HSL | 182.12º | 0.54% | 0.59% | - |
| HSV(B) | 182.12º | 0.55% | 0.81% | - |
| XYZ | 37.23 | 49.6 | 66.64 | - |
| YUV | 170.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 207 | 0.55 | 0.02 | 0 | 0.19 | 182.12 | 0.54 | 0.59 |
| Hex | 5E | CB | CF | 37 | 2 | 0 | 13 | B6 | 36 | 3B |
| Octal | 136 | 313 | 317 | 67 | 2 | 0 | 23 | 266 | 66 | 73 |
| Binary | 1011110 | 11001011 | 11001111 | 110111 | 10 | 0 | 10011 | 10110110 | 110110 | 111011 |
Color Harmonies of #5ECBCF
Complementary color
Monochromatic Colors of #5ECBCF
Black with #5ECBCF
Text Example
Text Example
White with #5ECBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBCF; }
p { color: rgb(94,203,207); }
H1.HeaderClassName
{
color: #5ECBCF;
}
.AnyTagClassName
{
color: #5ECBCF;
}
</style>
background-color css
<style>
a { background-color: #5ECBCF; }
a { background-color: rgb(94,203,207); }
div.DivClassName
{
background-color: #5ECBCF;
}
.BgClassName
{
background-color: #5ECBCF;
}
</style>
border-color css
<style>
span { border-color: #5ECBCF; }
span { border-color: rgb(94,203,207); }
td.TdClassName
{
border-color: #5ECBCF;
}
.TagClassName
{
border-color: #5ECBCF;
}
</style>