Shades of Turquoise Blue #6ECCE8
Tints of Turquoise Blue #6ECCE8
RGB
CMYK
RGB Variations
Color information
#6ECCE8 (or 0x6ECCE8) is known color: Turquoise Blue. HEX triplet: 6E, CC and E8. RGB value is (110,204,232). Sum of RGB (Red+Green+Blue) = 110+204+232=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #6ECCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECCE8 is #913317. Grayscale: #B2B2B2. Windows color (decimal): -9515800 or 15256686. OLE color: 15256686.
HSL color Cylindrical-coordinate representation of color #6ECCE8: hue angle of 193.77º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ECCE8 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 204 | 232 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.09 |
| HSL | 193.77º | 0.73% | 0.67% | - |
| HSV(B) | 193.77º | 0.53% | 0.91% | - |
| XYZ | 42.59 | 52.33 | 84.2 | - |
| YUV | 179.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 232 | 0.53 | 0.12 | 0 | 0.09 | 193.77 | 0.73 | 0.67 |
| Hex | 6E | CC | E8 | 35 | C | 0 | 9 | C2 | 49 | 43 |
| Octal | 156 | 314 | 350 | 65 | 14 | 0 | 11 | 302 | 111 | 103 |
| Binary | 1101110 | 11001100 | 11101000 | 110101 | 1100 | 0 | 1001 | 11000010 | 1001001 | 1000011 |
Color Harmonies of #6ECCE8
Complementary color
Monochromatic Colors of #6ECCE8
Black with #6ECCE8
Text Example
Text Example
White with #6ECCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCE8; }
p { color: rgb(110,204,232); }
H1.HeaderClassName
{
color: #6ECCE8;
}
.AnyTagClassName
{
color: #6ECCE8;
}
</style>
background-color css
<style>
a { background-color: #6ECCE8; }
a { background-color: rgb(110,204,232); }
div.DivClassName
{
background-color: #6ECCE8;
}
.BgClassName
{
background-color: #6ECCE8;
}
</style>
border-color css
<style>
span { border-color: #6ECCE8; }
span { border-color: rgb(110,204,232); }
td.TdClassName
{
border-color: #6ECCE8;
}
.TagClassName
{
border-color: #6ECCE8;
}
</style>