Shades of Turquoise Blue #6EC9EA
Tints of Turquoise Blue #6EC9EA
RGB
CMYK
RGB Variations
Color information
#6EC9EA (or 0x6EC9EA) is known color: Turquoise Blue. HEX triplet: 6E, C9 and EA. RGB value is (110,201,234). Sum of RGB (Red+Green+Blue) = 110+201+234=545 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.18% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EC9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC9EA is #913615. Grayscale: #B1B1B1. Windows color (decimal): -9516566 or 15386990. OLE color: 15386990.
HSL color Cylindrical-coordinate representation of color #6EC9EA: hue angle of 195.97º 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 #6EC9EA is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 201 | 234 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.08 |
| HSL | 195.97º | 0.75% | 0.67% | - |
| HSV(B) | 195.97º | 0.53% | 0.92% | - |
| XYZ | 42.17 | 51.03 | 85.47 | - |
| YUV | 177.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 234 | 0.53 | 0.14 | 0 | 0.08 | 195.97 | 0.75 | 0.67 |
| Hex | 6E | C9 | EA | 35 | E | 0 | 8 | C4 | 4B | 43 |
| Octal | 156 | 311 | 352 | 65 | 16 | 0 | 10 | 304 | 113 | 103 |
| Binary | 1101110 | 11001001 | 11101010 | 110101 | 1110 | 0 | 1000 | 11000100 | 1001011 | 1000011 |
Color Harmonies of #6EC9EA
Complementary color
Monochromatic Colors of #6EC9EA
Black with #6EC9EA
Text Example
Text Example
White with #6EC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC9EA; }
p { color: rgb(110,201,234); }
H1.HeaderClassName
{
color: #6EC9EA;
}
.AnyTagClassName
{
color: #6EC9EA;
}
</style>
background-color css
<style>
a { background-color: #6EC9EA; }
a { background-color: rgb(110,201,234); }
div.DivClassName
{
background-color: #6EC9EA;
}
.BgClassName
{
background-color: #6EC9EA;
}
</style>
border-color css
<style>
span { border-color: #6EC9EA; }
span { border-color: rgb(110,201,234); }
td.TdClassName
{
border-color: #6EC9EA;
}
.TagClassName
{
border-color: #6EC9EA;
}
</style>