Shades of Turquoise Blue #6ECBEA
Tints of Turquoise Blue #6ECBEA
RGB
CMYK
RGB Variations
Color information
#6ECBEA (or 0x6ECBEA) is known color: Turquoise Blue. HEX triplet: 6E, CB and EA. RGB value is (110,203,234). Sum of RGB (Red+Green+Blue) = 110+203+234=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ECBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECBEA is #913415. Grayscale: #B2B2B2. Windows color (decimal): -9516054 or 15387502. OLE color: 15387502.
HSL color Cylindrical-coordinate representation of color #6ECBEA: hue angle of 195º 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 #6ECBEA is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 203 | 234 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.08 |
| HSL | 195º | 0.75% | 0.67% | - |
| HSV(B) | 195º | 0.53% | 0.92% | - |
| XYZ | 42.64 | 51.97 | 85.63 | - |
| YUV | 178.73 | 159.19 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 234 | 0.53 | 0.13 | 0 | 0.08 | 195 | 0.75 | 0.67 |
| Hex | 6E | CB | EA | 35 | D | 0 | 8 | C3 | 4B | 43 |
| Octal | 156 | 313 | 352 | 65 | 15 | 0 | 10 | 303 | 113 | 103 |
| Binary | 1101110 | 11001011 | 11101010 | 110101 | 1101 | 0 | 1000 | 11000011 | 1001011 | 1000011 |
Color Harmonies of #6ECBEA
Complementary color
Monochromatic Colors of #6ECBEA
Black with #6ECBEA
Text Example
Text Example
White with #6ECBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECBEA; }
p { color: rgb(110,203,234); }
H1.HeaderClassName
{
color: #6ECBEA;
}
.AnyTagClassName
{
color: #6ECBEA;
}
</style>
background-color css
<style>
a { background-color: #6ECBEA; }
a { background-color: rgb(110,203,234); }
div.DivClassName
{
background-color: #6ECBEA;
}
.BgClassName
{
background-color: #6ECBEA;
}
</style>
border-color css
<style>
span { border-color: #6ECBEA; }
span { border-color: rgb(110,203,234); }
td.TdClassName
{
border-color: #6ECBEA;
}
.TagClassName
{
border-color: #6ECBEA;
}
</style>