Shades of Turquoise Blue #6EEFE0
Tints of Turquoise Blue #6EEFE0
RGB
CMYK
RGB Variations
Color information
#6EEFE0 (or 0x6EEFE0) is known color: Turquoise Blue. HEX triplet: 6E, EF and E0. RGB value is (110,239,224). Sum of RGB (Red+Green+Blue) = 110+239+224=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFE0 is #91101F. Grayscale: #C6C6C6. Windows color (decimal): -9506848 or 14741358. OLE color: 14741358.
HSL color Cylindrical-coordinate representation of color #6EEFE0: hue angle of 173.02º 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 #6EEFE0 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 239 | 224 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.06 |
| HSL | 173.02º | 0.8% | 0.68% | - |
| HSV(B) | 173.02º | 0.54% | 0.94% | - |
| XYZ | 50.75 | 70.43 | 81.44 | - |
| YUV | 198.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 224 | 0.54 | 0 | 0.06 | 0.06 | 173.02 | 0.8 | 0.68 |
| Hex | 6E | EF | E0 | 36 | 0 | 6 | 6 | AD | 50 | 44 |
| Octal | 156 | 357 | 340 | 66 | 0 | 6 | 6 | 255 | 120 | 104 |
| Binary | 1101110 | 11101111 | 11100000 | 110110 | 0 | 110 | 110 | 10101101 | 1010000 | 1000100 |
Color Harmonies of #6EEFE0
Complementary color
Monochromatic Colors of #6EEFE0
Black with #6EEFE0
Text Example
Text Example
White with #6EEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFE0; }
p { color: rgb(110,239,224); }
H1.HeaderClassName
{
color: #6EEFE0;
}
.AnyTagClassName
{
color: #6EEFE0;
}
</style>
background-color css
<style>
a { background-color: #6EEFE0; }
a { background-color: rgb(110,239,224); }
div.DivClassName
{
background-color: #6EEFE0;
}
.BgClassName
{
background-color: #6EEFE0;
}
</style>
border-color css
<style>
span { border-color: #6EEFE0; }
span { border-color: rgb(110,239,224); }
td.TdClassName
{
border-color: #6EEFE0;
}
.TagClassName
{
border-color: #6EEFE0;
}
</style>