Shades of Turquoise Blue #6AEADB
Tints of Turquoise Blue #6AEADB
RGB
CMYK
RGB Variations
Color information
#6AEADB (or 0x6AEADB) is known color: Turquoise Blue. HEX triplet: 6A, EA and DB. RGB value is (106,234,219). Sum of RGB (Red+Green+Blue) = 106+234+219=559 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.96% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEADB is #951524. Grayscale: #C1C1C1. Windows color (decimal): -9770277 or 14412394. OLE color: 14412394.
HSL color Cylindrical-coordinate representation of color #6AEADB: hue angle of 172.97º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEADB is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 234 | 219 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.08 |
| HSL | 172.97º | 0.75% | 0.67% | - |
| HSV(B) | 172.97º | 0.55% | 0.92% | - |
| XYZ | 48.15 | 67.02 | 77.42 | - |
| YUV | 194.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 234 | 219 | 0.55 | 0 | 0.06 | 0.08 | 172.97 | 0.75 | 0.67 |
| Hex | 6A | EA | DB | 37 | 0 | 6 | 8 | AD | 4B | 43 |
| Octal | 152 | 352 | 333 | 67 | 0 | 6 | 10 | 255 | 113 | 103 |
| Binary | 1101010 | 11101010 | 11011011 | 110111 | 0 | 110 | 1000 | 10101101 | 1001011 | 1000011 |
Color Harmonies of #6AEADB
Complementary color
Monochromatic Colors of #6AEADB
Black with #6AEADB
Text Example
Text Example
White with #6AEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEADB; }
p { color: rgb(106,234,219); }
H1.HeaderClassName
{
color: #6AEADB;
}
.AnyTagClassName
{
color: #6AEADB;
}
</style>
background-color css
<style>
a { background-color: #6AEADB; }
a { background-color: rgb(106,234,219); }
div.DivClassName
{
background-color: #6AEADB;
}
.BgClassName
{
background-color: #6AEADB;
}
</style>
border-color css
<style>
span { border-color: #6AEADB; }
span { border-color: rgb(106,234,219); }
td.TdClassName
{
border-color: #6AEADB;
}
.TagClassName
{
border-color: #6AEADB;
}
</style>