Shades of Turquoise Blue #6EDDEA
Tints of Turquoise Blue #6EDDEA
RGB
CMYK
RGB Variations
Color information
#6EDDEA (or 0x6EDDEA) is known color: Turquoise Blue. HEX triplet: 6E, DD and EA. RGB value is (110,221,234). Sum of RGB (Red+Green+Blue) = 110+221+234=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EDDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDDEA is #912215. Grayscale: #BDBDBD. Windows color (decimal): -9511446 or 15392110. OLE color: 15392110.
HSL color Cylindrical-coordinate representation of color #6EDDEA: hue angle of 186.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EDDEA is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 221 | 234 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.08 |
| HSL | 186.29º | 0.75% | 0.67% | - |
| HSV(B) | 186.29º | 0.53% | 0.92% | - |
| XYZ | 47.14 | 60.97 | 87.13 | - |
| YUV | 189.29 | 153.23 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 234 | 0.53 | 0.06 | 0 | 0.08 | 186.29 | 0.75 | 0.67 |
| Hex | 6E | DD | EA | 35 | 6 | 0 | 8 | BA | 4B | 43 |
| Octal | 156 | 335 | 352 | 65 | 6 | 0 | 10 | 272 | 113 | 103 |
| Binary | 1101110 | 11011101 | 11101010 | 110101 | 110 | 0 | 1000 | 10111010 | 1001011 | 1000011 |
Color Harmonies of #6EDDEA
Complementary color
Monochromatic Colors of #6EDDEA
Black with #6EDDEA
Text Example
Text Example
White with #6EDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDEA; }
p { color: rgb(110,221,234); }
H1.HeaderClassName
{
color: #6EDDEA;
}
.AnyTagClassName
{
color: #6EDDEA;
}
</style>
background-color css
<style>
a { background-color: #6EDDEA; }
a { background-color: rgb(110,221,234); }
div.DivClassName
{
background-color: #6EDDEA;
}
.BgClassName
{
background-color: #6EDDEA;
}
</style>
border-color css
<style>
span { border-color: #6EDDEA; }
span { border-color: rgb(110,221,234); }
td.TdClassName
{
border-color: #6EDDEA;
}
.TagClassName
{
border-color: #6EDDEA;
}
</style>