Shades of Turquoise Blue #6EEBDC
Tints of Turquoise Blue #6EEBDC
RGB
CMYK
RGB Variations
Color information
#6EEBDC (or 0x6EEBDC) is known color: Turquoise Blue. HEX triplet: 6E, EB and DC. RGB value is (110,235,220). Sum of RGB (Red+Green+Blue) = 110+235+220=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBDC is #911423. Grayscale: #C3C3C3. Windows color (decimal): -9507876 or 14478190. OLE color: 14478190.
HSL color Cylindrical-coordinate representation of color #6EEBDC: hue angle of 172.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBDC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 235 | 220 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.08 |
| HSL | 172.8º | 0.76% | 0.68% | - |
| HSV(B) | 172.8º | 0.53% | 0.92% | - |
| XYZ | 49.06 | 67.9 | 78.23 | - |
| YUV | 195.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 220 | 0.53 | 0 | 0.06 | 0.08 | 172.8 | 0.76 | 0.68 |
| Hex | 6E | EB | DC | 35 | 0 | 6 | 8 | AD | 4C | 44 |
| Octal | 156 | 353 | 334 | 65 | 0 | 6 | 10 | 255 | 114 | 104 |
| Binary | 1101110 | 11101011 | 11011100 | 110101 | 0 | 110 | 1000 | 10101101 | 1001100 | 1000100 |
Color Harmonies of #6EEBDC
Complementary color
Monochromatic Colors of #6EEBDC
Black with #6EEBDC
Text Example
Text Example
White with #6EEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEBDC; }
p { color: rgb(110,235,220); }
H1.HeaderClassName
{
color: #6EEBDC;
}
.AnyTagClassName
{
color: #6EEBDC;
}
</style>
background-color css
<style>
a { background-color: #6EEBDC; }
a { background-color: rgb(110,235,220); }
div.DivClassName
{
background-color: #6EEBDC;
}
.BgClassName
{
background-color: #6EEBDC;
}
</style>
border-color css
<style>
span { border-color: #6EEBDC; }
span { border-color: rgb(110,235,220); }
td.TdClassName
{
border-color: #6EEBDC;
}
.TagClassName
{
border-color: #6EEBDC;
}
</style>