Shades of Turquoise Blue #6AE9DE
Tints of Turquoise Blue #6AE9DE
RGB
CMYK
RGB Variations
Color information
#6AE9DE (or 0x6AE9DE) is known color: Turquoise Blue. HEX triplet: 6A, E9 and DE. RGB value is (106,233,222). Sum of RGB (Red+Green+Blue) = 106+233+222=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE9DE is #951621. Grayscale: #C1C1C1. Windows color (decimal): -9770530 or 14608746. OLE color: 14608746.
HSL color Cylindrical-coordinate representation of color #6AE9DE: hue angle of 174.8º 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 #6AE9DE is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 233 | 222 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.09 |
| HSL | 174.8º | 0.74% | 0.66% | - |
| HSV(B) | 174.8º | 0.55% | 0.91% | - |
| XYZ | 48.27 | 66.62 | 79.42 | - |
| YUV | 193.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 233 | 222 | 0.55 | 0 | 0.05 | 0.09 | 174.8 | 0.74 | 0.66 |
| Hex | 6A | E9 | DE | 37 | 0 | 5 | 9 | AF | 4A | 42 |
| Octal | 152 | 351 | 336 | 67 | 0 | 5 | 11 | 257 | 112 | 102 |
| Binary | 1101010 | 11101001 | 11011110 | 110111 | 0 | 101 | 1001 | 10101111 | 1001010 | 1000010 |
Color Harmonies of #6AE9DE
Complementary color
Monochromatic Colors of #6AE9DE
Black with #6AE9DE
Text Example
Text Example
White with #6AE9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE9DE; }
p { color: rgb(106,233,222); }
H1.HeaderClassName
{
color: #6AE9DE;
}
.AnyTagClassName
{
color: #6AE9DE;
}
</style>
background-color css
<style>
a { background-color: #6AE9DE; }
a { background-color: rgb(106,233,222); }
div.DivClassName
{
background-color: #6AE9DE;
}
.BgClassName
{
background-color: #6AE9DE;
}
</style>
border-color css
<style>
span { border-color: #6AE9DE; }
span { border-color: rgb(106,233,222); }
td.TdClassName
{
border-color: #6AE9DE;
}
.TagClassName
{
border-color: #6AE9DE;
}
</style>