Shades of Turquoise Blue #6EE0DD
Tints of Turquoise Blue #6EE0DD
RGB
CMYK
RGB Variations
Color information
#6EE0DD (or 0x6EE0DD) is known color: Turquoise Blue. HEX triplet: 6E, E0 and DD. RGB value is (110,224,221). Sum of RGB (Red+Green+Blue) = 110+224+221=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE0DD is #911F22. Grayscale: #BDBDBD. Windows color (decimal): -9510691 or 14540910. OLE color: 14540910.
HSL color Cylindrical-coordinate representation of color #6EE0DD: hue angle of 178.42º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE0DD is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 224 | 221 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.12 |
| HSL | 178.42º | 0.65% | 0.65% | - |
| HSV(B) | 178.42º | 0.51% | 0.88% | - |
| XYZ | 46.14 | 61.85 | 77.91 | - |
| YUV | 189.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 224 | 221 | 0.51 | 0 | 0.01 | 0.12 | 178.42 | 0.65 | 0.65 |
| Hex | 6E | E0 | DD | 33 | 0 | 1 | C | B2 | 41 | 41 |
| Octal | 156 | 340 | 335 | 63 | 0 | 1 | 14 | 262 | 101 | 101 |
| Binary | 1101110 | 11100000 | 11011101 | 110011 | 0 | 1 | 1100 | 10110010 | 1000001 | 1000001 |
Color Harmonies of #6EE0DD
Complementary color
Monochromatic Colors of #6EE0DD
Black with #6EE0DD
Text Example
Text Example
White with #6EE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE0DD; }
p { color: rgb(110,224,221); }
H1.HeaderClassName
{
color: #6EE0DD;
}
.AnyTagClassName
{
color: #6EE0DD;
}
</style>
background-color css
<style>
a { background-color: #6EE0DD; }
a { background-color: rgb(110,224,221); }
div.DivClassName
{
background-color: #6EE0DD;
}
.BgClassName
{
background-color: #6EE0DD;
}
</style>
border-color css
<style>
span { border-color: #6EE0DD; }
span { border-color: rgb(110,224,221); }
td.TdClassName
{
border-color: #6EE0DD;
}
.TagClassName
{
border-color: #6EE0DD;
}
</style>