Shades of Turquoise Blue #6EE1D9
Tints of Turquoise Blue #6EE1D9
RGB
CMYK
RGB Variations
Color information
#6EE1D9 (or 0x6EE1D9) is known color: Turquoise Blue. HEX triplet: 6E, E1 and D9. RGB value is (110,225,217). Sum of RGB (Red+Green+Blue) = 110+225+217=552 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.93% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE1D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE1D9 is #911E26. Grayscale: #BDBDBD. Windows color (decimal): -9510439 or 14279022. OLE color: 14279022.
HSL color Cylindrical-coordinate representation of color #6EE1D9: hue angle of 175.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE1D9 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 217 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.12 |
| HSL | 175.83º | 0.66% | 0.66% | - |
| HSV(B) | 175.83º | 0.51% | 0.88% | - |
| XYZ | 45.88 | 62.18 | 75.23 | - |
| YUV | 189.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 217 | 0.51 | 0 | 0.04 | 0.12 | 175.83 | 0.66 | 0.66 |
| Hex | 6E | E1 | D9 | 33 | 0 | 4 | C | B0 | 42 | 42 |
| Octal | 156 | 341 | 331 | 63 | 0 | 4 | 14 | 260 | 102 | 102 |
| Binary | 1101110 | 11100001 | 11011001 | 110011 | 0 | 100 | 1100 | 10110000 | 1000010 | 1000010 |
Color Harmonies of #6EE1D9
Complementary color
Monochromatic Colors of #6EE1D9
Black with #6EE1D9
Text Example
Text Example
White with #6EE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE1D9; }
p { color: rgb(110,225,217); }
H1.HeaderClassName
{
color: #6EE1D9;
}
.AnyTagClassName
{
color: #6EE1D9;
}
</style>
background-color css
<style>
a { background-color: #6EE1D9; }
a { background-color: rgb(110,225,217); }
div.DivClassName
{
background-color: #6EE1D9;
}
.BgClassName
{
background-color: #6EE1D9;
}
</style>
border-color css
<style>
span { border-color: #6EE1D9; }
span { border-color: rgb(110,225,217); }
td.TdClassName
{
border-color: #6EE1D9;
}
.TagClassName
{
border-color: #6EE1D9;
}
</style>