Shades of Turquoise Blue #6ED7DD
Tints of Turquoise Blue #6ED7DD
RGB
CMYK
RGB Variations
Color information
#6ED7DD (or 0x6ED7DD) is known color: Turquoise Blue. HEX triplet: 6E, D7 and DD. RGB value is (110,215,221). Sum of RGB (Red+Green+Blue) = 110+215+221=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ED7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED7DD is #912822. Grayscale: #B8B8B8. Windows color (decimal): -9512995 or 14538606. OLE color: 14538606.
HSL color Cylindrical-coordinate representation of color #6ED7DD: hue angle of 183.24º 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 #6ED7DD is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 215 | 221 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.13 |
| HSL | 183.24º | 0.62% | 0.65% | - |
| HSV(B) | 183.24º | 0.5% | 0.87% | - |
| XYZ | 43.78 | 57.14 | 77.13 | - |
| YUV | 184.29 | 148.71 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 221 | 0.50 | 0.03 | 0 | 0.13 | 183.24 | 0.62 | 0.65 |
| Hex | 6E | D7 | DD | 32 | 3 | 0 | D | B7 | 3E | 41 |
| Octal | 156 | 327 | 335 | 62 | 3 | 0 | 15 | 267 | 76 | 101 |
| Binary | 1101110 | 11010111 | 11011101 | 110010 | 11 | 0 | 1101 | 10110111 | 111110 | 1000001 |
Color Harmonies of #6ED7DD
Complementary color
Monochromatic Colors of #6ED7DD
Black with #6ED7DD
Text Example
Text Example
White with #6ED7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED7DD; }
p { color: rgb(110,215,221); }
H1.HeaderClassName
{
color: #6ED7DD;
}
.AnyTagClassName
{
color: #6ED7DD;
}
</style>
background-color css
<style>
a { background-color: #6ED7DD; }
a { background-color: rgb(110,215,221); }
div.DivClassName
{
background-color: #6ED7DD;
}
.BgClassName
{
background-color: #6ED7DD;
}
</style>
border-color css
<style>
span { border-color: #6ED7DD; }
span { border-color: rgb(110,215,221); }
td.TdClassName
{
border-color: #6ED7DD;
}
.TagClassName
{
border-color: #6ED7DD;
}
</style>