Shades of Turquoise Blue #5ECBEA
Tints of Turquoise Blue #5ECBEA
RGB
CMYK
RGB Variations
Color information
#5ECBEA (or 0x5ECBEA) is known color: Turquoise Blue. HEX triplet: 5E, CB and EA. RGB value is (94,203,234). Sum of RGB (Red+Green+Blue) = 94+203+234=531 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.70% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ECBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECBEA is #A13415. Grayscale: #ADADAD. Windows color (decimal): -10564630 or 15387486. OLE color: 15387486.
HSL color Cylindrical-coordinate representation of color #5ECBEA: hue angle of 193.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ECBEA is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 203 | 234 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.08 |
| HSL | 193.29º | 0.77% | 0.64% | - |
| HSV(B) | 193.29º | 0.6% | 0.92% | - |
| XYZ | 40.82 | 51.03 | 85.54 | - |
| YUV | 173.94 | 161.89 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 234 | 0.60 | 0.13 | 0 | 0.08 | 193.29 | 0.77 | 0.64 |
| Hex | 5E | CB | EA | 3C | D | 0 | 8 | C1 | 4D | 40 |
| Octal | 136 | 313 | 352 | 74 | 15 | 0 | 10 | 301 | 115 | 100 |
| Binary | 1011110 | 11001011 | 11101010 | 111100 | 1101 | 0 | 1000 | 11000001 | 1001101 | 1000000 |
Color Harmonies of #5ECBEA
Complementary color
Monochromatic Colors of #5ECBEA
Black with #5ECBEA
Text Example
Text Example
White with #5ECBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBEA; }
p { color: rgb(94,203,234); }
H1.HeaderClassName
{
color: #5ECBEA;
}
.AnyTagClassName
{
color: #5ECBEA;
}
</style>
background-color css
<style>
a { background-color: #5ECBEA; }
a { background-color: rgb(94,203,234); }
div.DivClassName
{
background-color: #5ECBEA;
}
.BgClassName
{
background-color: #5ECBEA;
}
</style>
border-color css
<style>
span { border-color: #5ECBEA; }
span { border-color: rgb(94,203,234); }
td.TdClassName
{
border-color: #5ECBEA;
}
.TagClassName
{
border-color: #5ECBEA;
}
</style>