Shades of Turquoise Blue #6EE2DD
Tints of Turquoise Blue #6EE2DD
RGB
CMYK
RGB Variations
Color information
#6EE2DD (or 0x6EE2DD) is known color: Turquoise Blue. HEX triplet: 6E, E2 and DD. RGB value is (110,226,221). Sum of RGB (Red+Green+Blue) = 110+226+221=557 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.75% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #6EE2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE2DD is #911D22. Grayscale: #BEBEBE. Windows color (decimal): -9510179 or 14541422. OLE color: 14541422.
HSL color Cylindrical-coordinate representation of color #6EE2DD: hue angle of 177.41º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE2DD is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 226 | 221 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.11 |
| HSL | 177.41º | 0.67% | 0.66% | - |
| HSV(B) | 177.41º | 0.51% | 0.89% | - |
| XYZ | 46.68 | 62.93 | 78.09 | - |
| YUV | 190.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 226 | 221 | 0.51 | 0 | 0.02 | 0.11 | 177.41 | 0.67 | 0.66 |
| Hex | 6E | E2 | DD | 33 | 0 | 2 | B | B1 | 43 | 42 |
| Octal | 156 | 342 | 335 | 63 | 0 | 2 | 13 | 261 | 103 | 102 |
| Binary | 1101110 | 11100010 | 11011101 | 110011 | 0 | 10 | 1011 | 10110001 | 1000011 | 1000010 |
Color Harmonies of #6EE2DD
Complementary color
Monochromatic Colors of #6EE2DD
Black with #6EE2DD
Text Example
Text Example
White with #6EE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE2DD; }
p { color: rgb(110,226,221); }
H1.HeaderClassName
{
color: #6EE2DD;
}
.AnyTagClassName
{
color: #6EE2DD;
}
</style>
background-color css
<style>
a { background-color: #6EE2DD; }
a { background-color: rgb(110,226,221); }
div.DivClassName
{
background-color: #6EE2DD;
}
.BgClassName
{
background-color: #6EE2DD;
}
</style>
border-color css
<style>
span { border-color: #6EE2DD; }
span { border-color: rgb(110,226,221); }
td.TdClassName
{
border-color: #6EE2DD;
}
.TagClassName
{
border-color: #6EE2DD;
}
</style>