Shades of Turquoise Blue #6ECEE6
Tints of Turquoise Blue #6ECEE6
RGB
CMYK
RGB Variations
Color information
#6ECEE6 (or 0x6ECEE6) is known color: Turquoise Blue. HEX triplet: 6E, CE and E6. RGB value is (110,206,230). Sum of RGB (Red+Green+Blue) = 110+206+230=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #6ECEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECEE6 is #913119. Grayscale: #B3B3B3. Windows color (decimal): -9515290 or 15126126. OLE color: 15126126.
HSL color Cylindrical-coordinate representation of color #6ECEE6: hue angle of 192º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ECEE6 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 206 | 230 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.10 |
| HSL | 192º | 0.71% | 0.67% | - |
| HSV(B) | 192º | 0.52% | 0.9% | - |
| XYZ | 42.78 | 53.17 | 82.87 | - |
| YUV | 180.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 230 | 0.52 | 0.10 | 0 | 0.10 | 192 | 0.71 | 0.67 |
| Hex | 6E | CE | E6 | 34 | A | 0 | A | C0 | 47 | 43 |
| Octal | 156 | 316 | 346 | 64 | 12 | 0 | 12 | 300 | 107 | 103 |
| Binary | 1101110 | 11001110 | 11100110 | 110100 | 1010 | 0 | 1010 | 11000000 | 1000111 | 1000011 |
Color Harmonies of #6ECEE6
Complementary color
Monochromatic Colors of #6ECEE6
Black with #6ECEE6
Text Example
Text Example
White with #6ECEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEE6; }
p { color: rgb(110,206,230); }
H1.HeaderClassName
{
color: #6ECEE6;
}
.AnyTagClassName
{
color: #6ECEE6;
}
</style>
background-color css
<style>
a { background-color: #6ECEE6; }
a { background-color: rgb(110,206,230); }
div.DivClassName
{
background-color: #6ECEE6;
}
.BgClassName
{
background-color: #6ECEE6;
}
</style>
border-color css
<style>
span { border-color: #6ECEE6; }
span { border-color: rgb(110,206,230); }
td.TdClassName
{
border-color: #6ECEE6;
}
.TagClassName
{
border-color: #6ECEE6;
}
</style>