Shades of Turquoise Blue #6EE7DE
Tints of Turquoise Blue #6EE7DE
RGB
CMYK
RGB Variations
Color information
#6EE7DE (or 0x6EE7DE) is known color: Turquoise Blue. HEX triplet: 6E, E7 and DE. RGB value is (110,231,222). Sum of RGB (Red+Green+Blue) = 110+231+222=563 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.54% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #6EE7DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE7DE is #911821. Grayscale: #C1C1C1. Windows color (decimal): -9508898 or 14608238. OLE color: 14608238.
HSL color Cylindrical-coordinate representation of color #6EE7DE: hue angle of 175.54º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE7DE is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 231 | 222 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.09 |
| HSL | 175.54º | 0.72% | 0.67% | - |
| HSV(B) | 175.54º | 0.52% | 0.91% | - |
| XYZ | 48.19 | 65.74 | 79.26 | - |
| YUV | 193.8 | 143.91 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 231 | 222 | 0.52 | 0 | 0.04 | 0.09 | 175.54 | 0.72 | 0.67 |
| Hex | 6E | E7 | DE | 34 | 0 | 4 | 9 | B0 | 48 | 43 |
| Octal | 156 | 347 | 336 | 64 | 0 | 4 | 11 | 260 | 110 | 103 |
| Binary | 1101110 | 11100111 | 11011110 | 110100 | 0 | 100 | 1001 | 10110000 | 1001000 | 1000011 |
Color Harmonies of #6EE7DE
Complementary color
Monochromatic Colors of #6EE7DE
Black with #6EE7DE
Text Example
Text Example
White with #6EE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE7DE; }
p { color: rgb(110,231,222); }
H1.HeaderClassName
{
color: #6EE7DE;
}
.AnyTagClassName
{
color: #6EE7DE;
}
</style>
background-color css
<style>
a { background-color: #6EE7DE; }
a { background-color: rgb(110,231,222); }
div.DivClassName
{
background-color: #6EE7DE;
}
.BgClassName
{
background-color: #6EE7DE;
}
</style>
border-color css
<style>
span { border-color: #6EE7DE; }
span { border-color: rgb(110,231,222); }
td.TdClassName
{
border-color: #6EE7DE;
}
.TagClassName
{
border-color: #6EE7DE;
}
</style>