Shades of Turquoise Blue #6EECE1
Tints of Turquoise Blue #6EECE1
RGB
CMYK
RGB Variations
Color information
#6EECE1 (or 0x6EECE1) is known color: Turquoise Blue. HEX triplet: 6E, EC and E1. RGB value is (110,236,225). Sum of RGB (Red+Green+Blue) = 110+236+225=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECE1 is #91131E. Grayscale: #C4C4C4. Windows color (decimal): -9507615 or 14806126. OLE color: 14806126.
HSL color Cylindrical-coordinate representation of color #6EECE1: hue angle of 174.76º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECE1 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 225 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.07 |
| HSL | 174.76º | 0.77% | 0.68% | - |
| HSV(B) | 174.76º | 0.53% | 0.93% | - |
| XYZ | 50.02 | 68.74 | 81.87 | - |
| YUV | 197.07 | 143.76 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 225 | 0.53 | 0 | 0.05 | 0.07 | 174.76 | 0.77 | 0.68 |
| Hex | 6E | EC | E1 | 35 | 0 | 5 | 7 | AF | 4D | 44 |
| Octal | 156 | 354 | 341 | 65 | 0 | 5 | 7 | 257 | 115 | 104 |
| Binary | 1101110 | 11101100 | 11100001 | 110101 | 0 | 101 | 111 | 10101111 | 1001101 | 1000100 |
Color Harmonies of #6EECE1
Complementary color
Monochromatic Colors of #6EECE1
Black with #6EECE1
Text Example
Text Example
White with #6EECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECE1; }
p { color: rgb(110,236,225); }
H1.HeaderClassName
{
color: #6EECE1;
}
.AnyTagClassName
{
color: #6EECE1;
}
</style>
background-color css
<style>
a { background-color: #6EECE1; }
a { background-color: rgb(110,236,225); }
div.DivClassName
{
background-color: #6EECE1;
}
.BgClassName
{
background-color: #6EECE1;
}
</style>
border-color css
<style>
span { border-color: #6EECE1; }
span { border-color: rgb(110,236,225); }
td.TdClassName
{
border-color: #6EECE1;
}
.TagClassName
{
border-color: #6EECE1;
}
</style>