Shades of Turquoise Blue #5ECEEB
Tints of Turquoise Blue #5ECEEB
RGB
CMYK
RGB Variations
Color information
#5ECEEB (or 0x5ECEEB) is known color: Turquoise Blue. HEX triplet: 5E, CE and EB. RGB value is (94,206,235). Sum of RGB (Red+Green+Blue) = 94+206+235=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ECEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECEEB is #A13114. Grayscale: #AFAFAF. Windows color (decimal): -10563861 or 15453790. OLE color: 15453790.
HSL color Cylindrical-coordinate representation of color #5ECEEB: hue angle of 192.34º 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 #5ECEEB is Cyan = 0.6, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 206 | 235 | - |
| CMYK | 0.6 | 0.12 | 0 | 0.08 |
| HSL | 192.34º | 0.78% | 0.65% | - |
| HSV(B) | 192.34º | 0.6% | 0.92% | - |
| XYZ | 41.68 | 52.52 | 86.54 | - |
| YUV | 175.82 | 161.39 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 235 | 0.6 | 0.12 | 0 | 0.08 | 192.34 | 0.78 | 0.65 |
| Hex | 5E | CE | EB | 3C | C | 0 | 8 | C0 | 4E | 41 |
| Octal | 136 | 316 | 353 | 74 | 14 | 0 | 10 | 300 | 116 | 101 |
| Binary | 1011110 | 11001110 | 11101011 | 111100 | 1100 | 0 | 1000 | 11000000 | 1001110 | 1000001 |
Color Harmonies of #5ECEEB
Complementary color
Monochromatic Colors of #5ECEEB
Black with #5ECEEB
Text Example
Text Example
White with #5ECEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEEB; }
p { color: rgb(94,206,235); }
H1.HeaderClassName
{
color: #5ECEEB;
}
.AnyTagClassName
{
color: #5ECEEB;
}
</style>
background-color css
<style>
a { background-color: #5ECEEB; }
a { background-color: rgb(94,206,235); }
div.DivClassName
{
background-color: #5ECEEB;
}
.BgClassName
{
background-color: #5ECEEB;
}
</style>
border-color css
<style>
span { border-color: #5ECEEB; }
span { border-color: rgb(94,206,235); }
td.TdClassName
{
border-color: #5ECEEB;
}
.TagClassName
{
border-color: #5ECEEB;
}
</style>