Shades of Turquoise Blue #6ED3DC
Tints of Turquoise Blue #6ED3DC
RGB
CMYK
RGB Variations
Color information
#6ED3DC (or 0x6ED3DC) is known color: Turquoise Blue. HEX triplet: 6E, D3 and DC. RGB value is (110,211,220). Sum of RGB (Red+Green+Blue) = 110+211+220=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ED3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED3DC is #912C23. Grayscale: #B5B5B5. Windows color (decimal): -9514020 or 14472046. OLE color: 14472046.
HSL color Cylindrical-coordinate representation of color #6ED3DC: hue angle of 184.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ED3DC is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 211 | 220 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.14 |
| HSL | 184.91º | 0.61% | 0.65% | - |
| HSV(B) | 184.91º | 0.5% | 0.86% | - |
| XYZ | 42.64 | 55.07 | 76.09 | - |
| YUV | 181.83 | 149.54 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 211 | 220 | 0.50 | 0.04 | 0 | 0.14 | 184.91 | 0.61 | 0.65 |
| Hex | 6E | D3 | DC | 32 | 4 | 0 | E | B9 | 3D | 41 |
| Octal | 156 | 323 | 334 | 62 | 4 | 0 | 16 | 271 | 75 | 101 |
| Binary | 1101110 | 11010011 | 11011100 | 110010 | 100 | 0 | 1110 | 10111001 | 111101 | 1000001 |
Color Harmonies of #6ED3DC
Complementary color
Monochromatic Colors of #6ED3DC
Black with #6ED3DC
Text Example
Text Example
White with #6ED3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED3DC; }
p { color: rgb(110,211,220); }
H1.HeaderClassName
{
color: #6ED3DC;
}
.AnyTagClassName
{
color: #6ED3DC;
}
</style>
background-color css
<style>
a { background-color: #6ED3DC; }
a { background-color: rgb(110,211,220); }
div.DivClassName
{
background-color: #6ED3DC;
}
.BgClassName
{
background-color: #6ED3DC;
}
</style>
border-color css
<style>
span { border-color: #6ED3DC; }
span { border-color: rgb(110,211,220); }
td.TdClassName
{
border-color: #6ED3DC;
}
.TagClassName
{
border-color: #6ED3DC;
}
</style>