Shades of Turquoise Blue #6EECDD
Tints of Turquoise Blue #6EECDD
RGB
CMYK
RGB Variations
Color information
#6EECDD (or 0x6EECDD) is known color: Turquoise Blue. HEX triplet: 6E, EC and DD. RGB value is (110,236,221). Sum of RGB (Red+Green+Blue) = 110+236+221=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECDD is #911322. Grayscale: #C4C4C4. Windows color (decimal): -9507619 or 14543982. OLE color: 14543982.
HSL color Cylindrical-coordinate representation of color #6EECDD: hue angle of 172.86º 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 #6EECDD is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 221 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.07 |
| HSL | 172.86º | 0.77% | 0.68% | - |
| HSV(B) | 172.86º | 0.53% | 0.93% | - |
| XYZ | 49.48 | 68.53 | 79.03 | - |
| YUV | 196.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 221 | 0.53 | 0 | 0.06 | 0.07 | 172.86 | 0.77 | 0.68 |
| Hex | 6E | EC | DD | 35 | 0 | 6 | 7 | AD | 4D | 44 |
| Octal | 156 | 354 | 335 | 65 | 0 | 6 | 7 | 255 | 115 | 104 |
| Binary | 1101110 | 11101100 | 11011101 | 110101 | 0 | 110 | 111 | 10101101 | 1001101 | 1000100 |
Color Harmonies of #6EECDD
Complementary color
Monochromatic Colors of #6EECDD
Black with #6EECDD
Text Example
Text Example
White with #6EECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECDD; }
p { color: rgb(110,236,221); }
H1.HeaderClassName
{
color: #6EECDD;
}
.AnyTagClassName
{
color: #6EECDD;
}
</style>
background-color css
<style>
a { background-color: #6EECDD; }
a { background-color: rgb(110,236,221); }
div.DivClassName
{
background-color: #6EECDD;
}
.BgClassName
{
background-color: #6EECDD;
}
</style>
border-color css
<style>
span { border-color: #6EECDD; }
span { border-color: rgb(110,236,221); }
td.TdClassName
{
border-color: #6EECDD;
}
.TagClassName
{
border-color: #6EECDD;
}
</style>