Shades of Turquoise Blue #6EDAD3
Tints of Turquoise Blue #6EDAD3
RGB
CMYK
RGB Variations
Color information
#6EDAD3 (or 0x6EDAD3) is known color: Turquoise Blue. HEX triplet: 6E, DA and D3. RGB value is (110,218,211). Sum of RGB (Red+Green+Blue) = 110+218+211=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAD3 is #91252C. Grayscale: #B8B8B8. Windows color (decimal): -9512237 or 13884014. OLE color: 13884014.
HSL color Cylindrical-coordinate representation of color #6EDAD3: hue angle of 176.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAD3 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 211 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.15 |
| HSL | 176.11º | 0.59% | 0.64% | - |
| HSV(B) | 176.11º | 0.5% | 0.85% | - |
| XYZ | 43.26 | 58.16 | 70.57 | - |
| YUV | 184.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 211 | 0.50 | 0 | 0.03 | 0.15 | 176.11 | 0.59 | 0.64 |
| Hex | 6E | DA | D3 | 32 | 0 | 3 | F | B0 | 3B | 40 |
| Octal | 156 | 332 | 323 | 62 | 0 | 3 | 17 | 260 | 73 | 100 |
| Binary | 1101110 | 11011010 | 11010011 | 110010 | 0 | 11 | 1111 | 10110000 | 111011 | 1000000 |
Color Harmonies of #6EDAD3
Complementary color
Monochromatic Colors of #6EDAD3
Black with #6EDAD3
Text Example
Text Example
White with #6EDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAD3; }
p { color: rgb(110,218,211); }
H1.HeaderClassName
{
color: #6EDAD3;
}
.AnyTagClassName
{
color: #6EDAD3;
}
</style>
background-color css
<style>
a { background-color: #6EDAD3; }
a { background-color: rgb(110,218,211); }
div.DivClassName
{
background-color: #6EDAD3;
}
.BgClassName
{
background-color: #6EDAD3;
}
</style>
border-color css
<style>
span { border-color: #6EDAD3; }
span { border-color: rgb(110,218,211); }
td.TdClassName
{
border-color: #6EDAD3;
}
.TagClassName
{
border-color: #6EDAD3;
}
</style>