Shades of Turquoise Blue #5ECBE1
Tints of Turquoise Blue #5ECBE1
RGB
CMYK
RGB Variations
Color information
#5ECBE1 (or 0x5ECBE1) is known color: Turquoise Blue. HEX triplet: 5E, CB and E1. RGB value is (94,203,225). Sum of RGB (Red+Green+Blue) = 94+203+225=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #5ECBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBE1 is #A1341E. Grayscale: #ACACAC. Windows color (decimal): -10564639 or 14797662. OLE color: 14797662.
HSL color Cylindrical-coordinate representation of color #5ECBE1: hue angle of 190.08º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ECBE1 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 203 | 225 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.12 |
| HSL | 190.08º | 0.69% | 0.63% | - |
| HSV(B) | 190.08º | 0.58% | 0.88% | - |
| XYZ | 39.56 | 50.53 | 78.9 | - |
| YUV | 172.92 | 157.39 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 225 | 0.58 | 0.10 | 0 | 0.12 | 190.08 | 0.69 | 0.63 |
| Hex | 5E | CB | E1 | 3A | A | 0 | C | BE | 45 | 3F |
| Octal | 136 | 313 | 341 | 72 | 12 | 0 | 14 | 276 | 105 | 77 |
| Binary | 1011110 | 11001011 | 11100001 | 111010 | 1010 | 0 | 1100 | 10111110 | 1000101 | 111111 |
Color Harmonies of #5ECBE1
Complementary color
Monochromatic Colors of #5ECBE1
Black with #5ECBE1
Text Example
Text Example
White with #5ECBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBE1; }
p { color: rgb(94,203,225); }
H1.HeaderClassName
{
color: #5ECBE1;
}
.AnyTagClassName
{
color: #5ECBE1;
}
</style>
background-color css
<style>
a { background-color: #5ECBE1; }
a { background-color: rgb(94,203,225); }
div.DivClassName
{
background-color: #5ECBE1;
}
.BgClassName
{
background-color: #5ECBE1;
}
</style>
border-color css
<style>
span { border-color: #5ECBE1; }
span { border-color: rgb(94,203,225); }
td.TdClassName
{
border-color: #5ECBE1;
}
.TagClassName
{
border-color: #5ECBE1;
}
</style>