Shades of Turquoise Blue #6EECE7
Tints of Turquoise Blue #6EECE7
RGB
CMYK
RGB Variations
Color information
#6EECE7 (or 0x6EECE7) is known color: Turquoise Blue. HEX triplet: 6E, EC and E7. RGB value is (110,236,231). Sum of RGB (Red+Green+Blue) = 110+236+231=577 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.06% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EECE7 is #911318. Grayscale: #C5C5C5. Windows color (decimal): -9507609 or 15199342. OLE color: 15199342.
HSL color Cylindrical-coordinate representation of color #6EECE7: hue angle of 177.62º 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 #6EECE7 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 231 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.07 |
| HSL | 177.62º | 0.77% | 0.68% | - |
| HSV(B) | 177.62º | 0.53% | 0.93% | - |
| XYZ | 50.85 | 69.08 | 86.25 | - |
| YUV | 197.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 231 | 0.53 | 0 | 0.02 | 0.07 | 177.62 | 0.77 | 0.68 |
| Hex | 6E | EC | E7 | 35 | 0 | 2 | 7 | B2 | 4D | 44 |
| Octal | 156 | 354 | 347 | 65 | 0 | 2 | 7 | 262 | 115 | 104 |
| Binary | 1101110 | 11101100 | 11100111 | 110101 | 0 | 10 | 111 | 10110010 | 1001101 | 1000100 |
Color Harmonies of #6EECE7
Complementary color
Monochromatic Colors of #6EECE7
Black with #6EECE7
Text Example
Text Example
White with #6EECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECE7; }
p { color: rgb(110,236,231); }
H1.HeaderClassName
{
color: #6EECE7;
}
.AnyTagClassName
{
color: #6EECE7;
}
</style>
background-color css
<style>
a { background-color: #6EECE7; }
a { background-color: rgb(110,236,231); }
div.DivClassName
{
background-color: #6EECE7;
}
.BgClassName
{
background-color: #6EECE7;
}
</style>
border-color css
<style>
span { border-color: #6EECE7; }
span { border-color: rgb(110,236,231); }
td.TdClassName
{
border-color: #6EECE7;
}
.TagClassName
{
border-color: #6EECE7;
}
</style>