Shades of Turquoise Blue #6ED5DD
Tints of Turquoise Blue #6ED5DD
RGB
CMYK
RGB Variations
Color information
#6ED5DD (or 0x6ED5DD) is known color: Turquoise Blue. HEX triplet: 6E, D5 and DD. RGB value is (110,213,221). Sum of RGB (Red+Green+Blue) = 110+213+221=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ED5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED5DD is #912A22. Grayscale: #B6B6B6. Windows color (decimal): -9513507 or 14538094. OLE color: 14538094.
HSL color Cylindrical-coordinate representation of color #6ED5DD: hue angle of 184.32º 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 #6ED5DD is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 213 | 221 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.13 |
| HSL | 184.32º | 0.62% | 0.65% | - |
| HSV(B) | 184.32º | 0.5% | 0.87% | - |
| XYZ | 43.28 | 56.12 | 76.96 | - |
| YUV | 183.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 213 | 221 | 0.50 | 0.04 | 0 | 0.13 | 184.32 | 0.62 | 0.65 |
| Hex | 6E | D5 | DD | 32 | 4 | 0 | D | B8 | 3E | 41 |
| Octal | 156 | 325 | 335 | 62 | 4 | 0 | 15 | 270 | 76 | 101 |
| Binary | 1101110 | 11010101 | 11011101 | 110010 | 100 | 0 | 1101 | 10111000 | 111110 | 1000001 |
Color Harmonies of #6ED5DD
Complementary color
Monochromatic Colors of #6ED5DD
Black with #6ED5DD
Text Example
Text Example
White with #6ED5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED5DD; }
p { color: rgb(110,213,221); }
H1.HeaderClassName
{
color: #6ED5DD;
}
.AnyTagClassName
{
color: #6ED5DD;
}
</style>
background-color css
<style>
a { background-color: #6ED5DD; }
a { background-color: rgb(110,213,221); }
div.DivClassName
{
background-color: #6ED5DD;
}
.BgClassName
{
background-color: #6ED5DD;
}
</style>
border-color css
<style>
span { border-color: #6ED5DD; }
span { border-color: rgb(110,213,221); }
td.TdClassName
{
border-color: #6ED5DD;
}
.TagClassName
{
border-color: #6ED5DD;
}
</style>