Shades of Turquoise Blue #6EDBEC
Tints of Turquoise Blue #6EDBEC
RGB
CMYK
RGB Variations
Color information
#6EDBEC (or 0x6EDBEC) is known color: Turquoise Blue. HEX triplet: 6E, DB and EC. RGB value is (110,219,236). Sum of RGB (Red+Green+Blue) = 110+219+236=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDBEC is #912413. Grayscale: #BCBCBC. Windows color (decimal): -9511956 or 15522670. OLE color: 15522670.
HSL color Cylindrical-coordinate representation of color #6EDBEC: hue angle of 188.1º 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 #6EDBEC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 219 | 236 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.07 |
| HSL | 188.1º | 0.77% | 0.68% | - |
| HSV(B) | 188.1º | 0.53% | 0.93% | - |
| XYZ | 46.9 | 60.03 | 88.47 | - |
| YUV | 188.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 236 | 0.53 | 0.07 | 0 | 0.07 | 188.1 | 0.77 | 0.68 |
| Hex | 6E | DB | EC | 35 | 7 | 0 | 7 | BC | 4D | 44 |
| Octal | 156 | 333 | 354 | 65 | 7 | 0 | 7 | 274 | 115 | 104 |
| Binary | 1101110 | 11011011 | 11101100 | 110101 | 111 | 0 | 111 | 10111100 | 1001101 | 1000100 |
Color Harmonies of #6EDBEC
Complementary color
Monochromatic Colors of #6EDBEC
Black with #6EDBEC
Text Example
Text Example
White with #6EDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDBEC; }
p { color: rgb(110,219,236); }
H1.HeaderClassName
{
color: #6EDBEC;
}
.AnyTagClassName
{
color: #6EDBEC;
}
</style>
background-color css
<style>
a { background-color: #6EDBEC; }
a { background-color: rgb(110,219,236); }
div.DivClassName
{
background-color: #6EDBEC;
}
.BgClassName
{
background-color: #6EDBEC;
}
</style>
border-color css
<style>
span { border-color: #6EDBEC; }
span { border-color: rgb(110,219,236); }
td.TdClassName
{
border-color: #6EDBEC;
}
.TagClassName
{
border-color: #6EDBEC;
}
</style>