Shades of Turquoise Blue #6AE9DB
Tints of Turquoise Blue #6AE9DB
RGB
CMYK
RGB Variations
Color information
#6AE9DB (or 0x6AE9DB) is known color: Turquoise Blue. HEX triplet: 6A, E9 and DB. RGB value is (106,233,219). Sum of RGB (Red+Green+Blue) = 106+233+219=558 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.00% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE9DB is #951624. Grayscale: #C1C1C1. Windows color (decimal): -9770533 or 14412138. OLE color: 14412138.
HSL color Cylindrical-coordinate representation of color #6AE9DB: hue angle of 173.39º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE9DB is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 233 | 219 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.09 |
| HSL | 173.39º | 0.74% | 0.66% | - |
| HSV(B) | 173.39º | 0.55% | 0.91% | - |
| XYZ | 47.87 | 66.46 | 77.32 | - |
| YUV | 193.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 233 | 219 | 0.55 | 0 | 0.06 | 0.09 | 173.39 | 0.74 | 0.66 |
| Hex | 6A | E9 | DB | 37 | 0 | 6 | 9 | AD | 4A | 42 |
| Octal | 152 | 351 | 333 | 67 | 0 | 6 | 11 | 255 | 112 | 102 |
| Binary | 1101010 | 11101001 | 11011011 | 110111 | 0 | 110 | 1001 | 10101101 | 1001010 | 1000010 |
Color Harmonies of #6AE9DB
Complementary color
Monochromatic Colors of #6AE9DB
Black with #6AE9DB
Text Example
Text Example
White with #6AE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE9DB; }
p { color: rgb(106,233,219); }
H1.HeaderClassName
{
color: #6AE9DB;
}
.AnyTagClassName
{
color: #6AE9DB;
}
</style>
background-color css
<style>
a { background-color: #6AE9DB; }
a { background-color: rgb(106,233,219); }
div.DivClassName
{
background-color: #6AE9DB;
}
.BgClassName
{
background-color: #6AE9DB;
}
</style>
border-color css
<style>
span { border-color: #6AE9DB; }
span { border-color: rgb(106,233,219); }
td.TdClassName
{
border-color: #6AE9DB;
}
.TagClassName
{
border-color: #6AE9DB;
}
</style>