Shades of Turquoise Blue #6EEFEC
Tints of Turquoise Blue #6EEFEC
RGB
CMYK
RGB Variations
Color information
#6EEFEC (or 0x6EEFEC) is known color: Turquoise Blue. HEX triplet: 6E, EF and EC. RGB value is (110,239,236). Sum of RGB (Red+Green+Blue) = 110+239+236=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEFEC is #911013. Grayscale: #C7C7C7. Windows color (decimal): -9506836 or 15527790. OLE color: 15527790.
HSL color Cylindrical-coordinate representation of color #6EEFEC: hue angle of 178.6º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFEC is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 239 | 236 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.06 |
| HSL | 178.6º | 0.8% | 0.68% | - |
| HSV(B) | 178.6º | 0.54% | 0.94% | - |
| XYZ | 52.44 | 71.1 | 90.32 | - |
| YUV | 200.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 236 | 0.54 | 0 | 0.01 | 0.06 | 178.6 | 0.8 | 0.68 |
| Hex | 6E | EF | EC | 36 | 0 | 1 | 6 | B3 | 50 | 44 |
| Octal | 156 | 357 | 354 | 66 | 0 | 1 | 6 | 263 | 120 | 104 |
| Binary | 1101110 | 11101111 | 11101100 | 110110 | 0 | 1 | 110 | 10110011 | 1010000 | 1000100 |
Color Harmonies of #6EEFEC
Complementary color
Monochromatic Colors of #6EEFEC
Black with #6EEFEC
Text Example
Text Example
White with #6EEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFEC; }
p { color: rgb(110,239,236); }
H1.HeaderClassName
{
color: #6EEFEC;
}
.AnyTagClassName
{
color: #6EEFEC;
}
</style>
background-color css
<style>
a { background-color: #6EEFEC; }
a { background-color: rgb(110,239,236); }
div.DivClassName
{
background-color: #6EEFEC;
}
.BgClassName
{
background-color: #6EEFEC;
}
</style>
border-color css
<style>
span { border-color: #6EEFEC; }
span { border-color: rgb(110,239,236); }
td.TdClassName
{
border-color: #6EEFEC;
}
.TagClassName
{
border-color: #6EEFEC;
}
</style>