Shades of Turquoise Blue #6ECEDE
Tints of Turquoise Blue #6ECEDE
RGB
CMYK
RGB Variations
Color information
#6ECEDE (or 0x6ECEDE) is known color: Turquoise Blue. HEX triplet: 6E, CE and DE. RGB value is (110,206,222). Sum of RGB (Red+Green+Blue) = 110+206+222=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ECEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEDE is #913121. Grayscale: #B2B2B2. Windows color (decimal): -9515298 or 14601838. OLE color: 14601838.
HSL color Cylindrical-coordinate representation of color #6ECEDE: hue angle of 188.57º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECEDE is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 206 | 222 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.13 |
| HSL | 188.57º | 0.63% | 0.65% | - |
| HSV(B) | 188.57º | 0.5% | 0.87% | - |
| XYZ | 41.69 | 52.73 | 77.09 | - |
| YUV | 179.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 222 | 0.50 | 0.07 | 0 | 0.13 | 188.57 | 0.63 | 0.65 |
| Hex | 6E | CE | DE | 32 | 7 | 0 | D | BD | 3F | 41 |
| Octal | 156 | 316 | 336 | 62 | 7 | 0 | 15 | 275 | 77 | 101 |
| Binary | 1101110 | 11001110 | 11011110 | 110010 | 111 | 0 | 1101 | 10111101 | 111111 | 1000001 |
Color Harmonies of #6ECEDE
Complementary color
Monochromatic Colors of #6ECEDE
Black with #6ECEDE
Text Example
Text Example
White with #6ECEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEDE; }
p { color: rgb(110,206,222); }
H1.HeaderClassName
{
color: #6ECEDE;
}
.AnyTagClassName
{
color: #6ECEDE;
}
</style>
background-color css
<style>
a { background-color: #6ECEDE; }
a { background-color: rgb(110,206,222); }
div.DivClassName
{
background-color: #6ECEDE;
}
.BgClassName
{
background-color: #6ECEDE;
}
</style>
border-color css
<style>
span { border-color: #6ECEDE; }
span { border-color: rgb(110,206,222); }
td.TdClassName
{
border-color: #6ECEDE;
}
.TagClassName
{
border-color: #6ECEDE;
}
</style>