Shades of Turquoise Blue #6ECCED
Tints of Turquoise Blue #6ECCED
RGB
CMYK
RGB Variations
Color information
#6ECCED (or 0x6ECCED) is known color: Turquoise Blue. HEX triplet: 6E, CC and ED. RGB value is (110,204,237). Sum of RGB (Red+Green+Blue) = 110+204+237=551 (72% of max value = 765). Red value is 110 (43.36% from 255 or 19.96% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ECCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECCED is #913312. Grayscale: #B3B3B3. Windows color (decimal): -9515795 or 15584366. OLE color: 15584366.
HSL color Cylindrical-coordinate representation of color #6ECCED: hue angle of 195.59º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ECCED is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 204 | 237 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.07 |
| HSL | 195.59º | 0.78% | 0.68% | - |
| HSV(B) | 195.59º | 0.54% | 0.93% | - |
| XYZ | 43.31 | 52.62 | 87.99 | - |
| YUV | 179.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 237 | 0.54 | 0.14 | 0 | 0.07 | 195.59 | 0.78 | 0.68 |
| Hex | 6E | CC | ED | 36 | E | 0 | 7 | C4 | 4E | 44 |
| Octal | 156 | 314 | 355 | 66 | 16 | 0 | 7 | 304 | 116 | 104 |
| Binary | 1101110 | 11001100 | 11101101 | 110110 | 1110 | 0 | 111 | 11000100 | 1001110 | 1000100 |
Color Harmonies of #6ECCED
Complementary color
Monochromatic Colors of #6ECCED
Black with #6ECCED
Text Example
Text Example
White with #6ECCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCED; }
p { color: rgb(110,204,237); }
H1.HeaderClassName
{
color: #6ECCED;
}
.AnyTagClassName
{
color: #6ECCED;
}
</style>
background-color css
<style>
a { background-color: #6ECCED; }
a { background-color: rgb(110,204,237); }
div.DivClassName
{
background-color: #6ECCED;
}
.BgClassName
{
background-color: #6ECCED;
}
</style>
border-color css
<style>
span { border-color: #6ECCED; }
span { border-color: rgb(110,204,237); }
td.TdClassName
{
border-color: #6ECCED;
}
.TagClassName
{
border-color: #6ECCED;
}
</style>