Shades of Turquoise Blue #5ECCEB
Tints of Turquoise Blue #5ECCEB
RGB
CMYK
RGB Variations
Color information
#5ECCEB (or 0x5ECCEB) is known color: Turquoise Blue. HEX triplet: 5E, CC and EB. RGB value is (94,204,235). Sum of RGB (Red+Green+Blue) = 94+204+235=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ECCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECCEB is #A13314. Grayscale: #AEAEAE. Windows color (decimal): -10564373 or 15453278. OLE color: 15453278.
HSL color Cylindrical-coordinate representation of color #5ECCEB: hue angle of 193.19º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ECCEB is Cyan = 0.6, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 204 | 235 | - |
| CMYK | 0.6 | 0.13 | 0 | 0.08 |
| HSL | 193.19º | 0.78% | 0.65% | - |
| HSV(B) | 193.19º | 0.6% | 0.92% | - |
| XYZ | 41.2 | 51.56 | 86.38 | - |
| YUV | 174.64 | 162.06 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 235 | 0.6 | 0.13 | 0 | 0.08 | 193.19 | 0.78 | 0.65 |
| Hex | 5E | CC | EB | 3C | D | 0 | 8 | C1 | 4E | 41 |
| Octal | 136 | 314 | 353 | 74 | 15 | 0 | 10 | 301 | 116 | 101 |
| Binary | 1011110 | 11001100 | 11101011 | 111100 | 1101 | 0 | 1000 | 11000001 | 1001110 | 1000001 |
Color Harmonies of #5ECCEB
Complementary color
Monochromatic Colors of #5ECCEB
Black with #5ECCEB
Text Example
Text Example
White with #5ECCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCEB; }
p { color: rgb(94,204,235); }
H1.HeaderClassName
{
color: #5ECCEB;
}
.AnyTagClassName
{
color: #5ECCEB;
}
</style>
background-color css
<style>
a { background-color: #5ECCEB; }
a { background-color: rgb(94,204,235); }
div.DivClassName
{
background-color: #5ECCEB;
}
.BgClassName
{
background-color: #5ECCEB;
}
</style>
border-color css
<style>
span { border-color: #5ECCEB; }
span { border-color: rgb(94,204,235); }
td.TdClassName
{
border-color: #5ECCEB;
}
.TagClassName
{
border-color: #5ECCEB;
}
</style>