Shades of Turquoise Blue #6ED8D3
Tints of Turquoise Blue #6ED8D3
RGB
CMYK
RGB Variations
Color information
#6ED8D3 (or 0x6ED8D3) is known color: Turquoise Blue. HEX triplet: 6E, D8 and D3. RGB value is (110,216,211). Sum of RGB (Red+Green+Blue) = 110+216+211=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8D3 is #91272C. Grayscale: #B7B7B7. Windows color (decimal): -9512749 or 13883502. OLE color: 13883502.
HSL color Cylindrical-coordinate representation of color #6ED8D3: hue angle of 177.17º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8D3 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 211 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.15 |
| HSL | 177.17º | 0.58% | 0.64% | - |
| HSV(B) | 177.17º | 0.49% | 0.85% | - |
| XYZ | 42.74 | 57.13 | 70.4 | - |
| YUV | 183.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 211 | 0.49 | 0 | 0.02 | 0.15 | 177.17 | 0.58 | 0.64 |
| Hex | 6E | D8 | D3 | 31 | 0 | 2 | F | B1 | 3A | 40 |
| Octal | 156 | 330 | 323 | 61 | 0 | 2 | 17 | 261 | 72 | 100 |
| Binary | 1101110 | 11011000 | 11010011 | 110001 | 0 | 10 | 1111 | 10110001 | 111010 | 1000000 |
Color Harmonies of #6ED8D3
Complementary color
Monochromatic Colors of #6ED8D3
Black with #6ED8D3
Text Example
Text Example
White with #6ED8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED8D3; }
p { color: rgb(110,216,211); }
H1.HeaderClassName
{
color: #6ED8D3;
}
.AnyTagClassName
{
color: #6ED8D3;
}
</style>
background-color css
<style>
a { background-color: #6ED8D3; }
a { background-color: rgb(110,216,211); }
div.DivClassName
{
background-color: #6ED8D3;
}
.BgClassName
{
background-color: #6ED8D3;
}
</style>
border-color css
<style>
span { border-color: #6ED8D3; }
span { border-color: rgb(110,216,211); }
td.TdClassName
{
border-color: #6ED8D3;
}
.TagClassName
{
border-color: #6ED8D3;
}
</style>