Shades of Turquoise Blue #6ED4DD
Tints of Turquoise Blue #6ED4DD
RGB
CMYK
RGB Variations
Color information
#6ED4DD (or 0x6ED4DD) is known color: Turquoise Blue. HEX triplet: 6E, D4 and DD. RGB value is (110,212,221). Sum of RGB (Red+Green+Blue) = 110+212+221=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ED4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED4DD is #912B22. Grayscale: #B6B6B6. Windows color (decimal): -9513763 or 14537838. OLE color: 14537838.
HSL color Cylindrical-coordinate representation of color #6ED4DD: hue angle of 184.86º 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 #6ED4DD is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 212 | 221 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.13 |
| HSL | 184.86º | 0.62% | 0.65% | - |
| HSV(B) | 184.86º | 0.5% | 0.87% | - |
| XYZ | 43.03 | 55.62 | 76.88 | - |
| YUV | 182.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 212 | 221 | 0.50 | 0.04 | 0 | 0.13 | 184.86 | 0.62 | 0.65 |
| Hex | 6E | D4 | DD | 32 | 4 | 0 | D | B9 | 3E | 41 |
| Octal | 156 | 324 | 335 | 62 | 4 | 0 | 15 | 271 | 76 | 101 |
| Binary | 1101110 | 11010100 | 11011101 | 110010 | 100 | 0 | 1101 | 10111001 | 111110 | 1000001 |
Color Harmonies of #6ED4DD
Complementary color
Monochromatic Colors of #6ED4DD
Black with #6ED4DD
Text Example
Text Example
White with #6ED4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED4DD; }
p { color: rgb(110,212,221); }
H1.HeaderClassName
{
color: #6ED4DD;
}
.AnyTagClassName
{
color: #6ED4DD;
}
</style>
background-color css
<style>
a { background-color: #6ED4DD; }
a { background-color: rgb(110,212,221); }
div.DivClassName
{
background-color: #6ED4DD;
}
.BgClassName
{
background-color: #6ED4DD;
}
</style>
border-color css
<style>
span { border-color: #6ED4DD; }
span { border-color: rgb(110,212,221); }
td.TdClassName
{
border-color: #6ED4DD;
}
.TagClassName
{
border-color: #6ED4DD;
}
</style>