Shades of Turquoise Blue #6EEADB
Tints of Turquoise Blue #6EEADB
RGB
CMYK
RGB Variations
Color information
#6EEADB (or 0x6EEADB) is known color: Turquoise Blue. HEX triplet: 6E, EA and DB. RGB value is (110,234,219). Sum of RGB (Red+Green+Blue) = 110+234+219=563 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.54% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEADB is #911524. Grayscale: #C3C3C3. Windows color (decimal): -9508133 or 14412398. OLE color: 14412398.
HSL color Cylindrical-coordinate representation of color #6EEADB: hue angle of 172.74º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEADB is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 219 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.08 |
| HSL | 172.74º | 0.75% | 0.67% | - |
| HSV(B) | 172.74º | 0.53% | 0.92% | - |
| XYZ | 48.64 | 67.28 | 77.44 | - |
| YUV | 195.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 219 | 0.53 | 0 | 0.06 | 0.08 | 172.74 | 0.75 | 0.67 |
| Hex | 6E | EA | DB | 35 | 0 | 6 | 8 | AD | 4B | 43 |
| Octal | 156 | 352 | 333 | 65 | 0 | 6 | 10 | 255 | 113 | 103 |
| Binary | 1101110 | 11101010 | 11011011 | 110101 | 0 | 110 | 1000 | 10101101 | 1001011 | 1000011 |
Color Harmonies of #6EEADB
Complementary color
Monochromatic Colors of #6EEADB
Black with #6EEADB
Text Example
Text Example
White with #6EEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEADB; }
p { color: rgb(110,234,219); }
H1.HeaderClassName
{
color: #6EEADB;
}
.AnyTagClassName
{
color: #6EEADB;
}
</style>
background-color css
<style>
a { background-color: #6EEADB; }
a { background-color: rgb(110,234,219); }
div.DivClassName
{
background-color: #6EEADB;
}
.BgClassName
{
background-color: #6EEADB;
}
</style>
border-color css
<style>
span { border-color: #6EEADB; }
span { border-color: rgb(110,234,219); }
td.TdClassName
{
border-color: #6EEADB;
}
.TagClassName
{
border-color: #6EEADB;
}
</style>