Shades of Turquoise Blue #6EDDD4
Tints of Turquoise Blue #6EDDD4
RGB
CMYK
RGB Variations
Color information
#6EDDD4 (or 0x6EDDD4) is known color: Turquoise Blue. HEX triplet: 6E, DD and D4. RGB value is (110,221,212). Sum of RGB (Red+Green+Blue) = 110+221+212=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDD4 is #91222B. Grayscale: #BABABA. Windows color (decimal): -9511468 or 13950318. OLE color: 13950318.
HSL color Cylindrical-coordinate representation of color #6EDDD4: hue angle of 175.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDDD4 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 212 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.13 |
| HSL | 175.14º | 0.62% | 0.65% | - |
| HSV(B) | 175.14º | 0.5% | 0.87% | - |
| XYZ | 44.17 | 59.78 | 71.5 | - |
| YUV | 186.79 | 142.23 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 212 | 0.50 | 0 | 0.04 | 0.13 | 175.14 | 0.62 | 0.65 |
| Hex | 6E | DD | D4 | 32 | 0 | 4 | D | AF | 3E | 41 |
| Octal | 156 | 335 | 324 | 62 | 0 | 4 | 15 | 257 | 76 | 101 |
| Binary | 1101110 | 11011101 | 11010100 | 110010 | 0 | 100 | 1101 | 10101111 | 111110 | 1000001 |
Color Harmonies of #6EDDD4
Complementary color
Monochromatic Colors of #6EDDD4
Black with #6EDDD4
Text Example
Text Example
White with #6EDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDD4; }
p { color: rgb(110,221,212); }
H1.HeaderClassName
{
color: #6EDDD4;
}
.AnyTagClassName
{
color: #6EDDD4;
}
</style>
background-color css
<style>
a { background-color: #6EDDD4; }
a { background-color: rgb(110,221,212); }
div.DivClassName
{
background-color: #6EDDD4;
}
.BgClassName
{
background-color: #6EDDD4;
}
</style>
border-color css
<style>
span { border-color: #6EDDD4; }
span { border-color: rgb(110,221,212); }
td.TdClassName
{
border-color: #6EDDD4;
}
.TagClassName
{
border-color: #6EDDD4;
}
</style>