Shades of Turquoise Blue #6ECEEE
Tints of Turquoise Blue #6ECEEE
RGB
CMYK
RGB Variations
Color information
#6ECEEE (or 0x6ECEEE) is known color: Turquoise Blue. HEX triplet: 6E, CE and EE. RGB value is (110,206,238). Sum of RGB (Red+Green+Blue) = 110+206+238=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #6ECEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECEEE is #913111. Grayscale: #B4B4B4. Windows color (decimal): -9515282 or 15650414. OLE color: 15650414.
HSL color Cylindrical-coordinate representation of color #6ECEEE: hue angle of 195º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ECEEE is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 206 | 238 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.07 |
| HSL | 195º | 0.79% | 0.68% | - |
| HSV(B) | 195º | 0.54% | 0.93% | - |
| XYZ | 43.93 | 53.63 | 88.93 | - |
| YUV | 180.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 238 | 0.54 | 0.13 | 0 | 0.07 | 195 | 0.79 | 0.68 |
| Hex | 6E | CE | EE | 36 | D | 0 | 7 | C3 | 4F | 44 |
| Octal | 156 | 316 | 356 | 66 | 15 | 0 | 7 | 303 | 117 | 104 |
| Binary | 1101110 | 11001110 | 11101110 | 110110 | 1101 | 0 | 111 | 11000011 | 1001111 | 1000100 |
Color Harmonies of #6ECEEE
Complementary color
Monochromatic Colors of #6ECEEE
Black with #6ECEEE
Text Example
Text Example
White with #6ECEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEEE; }
p { color: rgb(110,206,238); }
H1.HeaderClassName
{
color: #6ECEEE;
}
.AnyTagClassName
{
color: #6ECEEE;
}
</style>
background-color css
<style>
a { background-color: #6ECEEE; }
a { background-color: rgb(110,206,238); }
div.DivClassName
{
background-color: #6ECEEE;
}
.BgClassName
{
background-color: #6ECEEE;
}
</style>
border-color css
<style>
span { border-color: #6ECEEE; }
span { border-color: rgb(110,206,238); }
td.TdClassName
{
border-color: #6ECEEE;
}
.TagClassName
{
border-color: #6ECEEE;
}
</style>