Shades of Turquoise Blue #5ECCEA
Tints of Turquoise Blue #5ECCEA
RGB
CMYK
RGB Variations
Color information
#5ECCEA (or 0x5ECCEA) is known color: Turquoise Blue. HEX triplet: 5E, CC and EA. RGB value is (94,204,234). Sum of RGB (Red+Green+Blue) = 94+204+234=532 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.67% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ECCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECCEA is #A13315. Grayscale: #AEAEAE. Windows color (decimal): -10564374 or 15387742. OLE color: 15387742.
HSL color Cylindrical-coordinate representation of color #5ECCEA: hue angle of 192.86º 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 #5ECCEA is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 204 | 234 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.08 |
| HSL | 192.86º | 0.77% | 0.64% | - |
| HSV(B) | 192.86º | 0.6% | 0.92% | - |
| XYZ | 41.06 | 51.51 | 85.62 | - |
| YUV | 174.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 234 | 0.60 | 0.13 | 0 | 0.08 | 192.86 | 0.77 | 0.64 |
| Hex | 5E | CC | EA | 3C | D | 0 | 8 | C1 | 4D | 40 |
| Octal | 136 | 314 | 352 | 74 | 15 | 0 | 10 | 301 | 115 | 100 |
| Binary | 1011110 | 11001100 | 11101010 | 111100 | 1101 | 0 | 1000 | 11000001 | 1001101 | 1000000 |
Color Harmonies of #5ECCEA
Complementary color
Monochromatic Colors of #5ECCEA
Black with #5ECCEA
Text Example
Text Example
White with #5ECCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCEA; }
p { color: rgb(94,204,234); }
H1.HeaderClassName
{
color: #5ECCEA;
}
.AnyTagClassName
{
color: #5ECCEA;
}
</style>
background-color css
<style>
a { background-color: #5ECCEA; }
a { background-color: rgb(94,204,234); }
div.DivClassName
{
background-color: #5ECCEA;
}
.BgClassName
{
background-color: #5ECCEA;
}
</style>
border-color css
<style>
span { border-color: #5ECCEA; }
span { border-color: rgb(94,204,234); }
td.TdClassName
{
border-color: #5ECCEA;
}
.TagClassName
{
border-color: #5ECCEA;
}
</style>