Shades of Turquoise Blue #6AE8DF
Tints of Turquoise Blue #6AE8DF
RGB
CMYK
RGB Variations
Color information
#6AE8DF (or 0x6AE8DF) is known color: Turquoise Blue. HEX triplet: 6A, E8 and DF. RGB value is (106,232,223). Sum of RGB (Red+Green+Blue) = 106+232+223=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE8DF is #951720. Grayscale: #C1C1C1. Windows color (decimal): -9770785 or 14674026. OLE color: 14674026.
HSL color Cylindrical-coordinate representation of color #6AE8DF: hue angle of 175.71º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE8DF is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 232 | 223 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.09 |
| HSL | 175.71º | 0.73% | 0.66% | - |
| HSV(B) | 175.71º | 0.54% | 0.91% | - |
| XYZ | 48.12 | 66.11 | 80.04 | - |
| YUV | 193.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 232 | 223 | 0.54 | 0 | 0.04 | 0.09 | 175.71 | 0.73 | 0.66 |
| Hex | 6A | E8 | DF | 36 | 0 | 4 | 9 | B0 | 49 | 42 |
| Octal | 152 | 350 | 337 | 66 | 0 | 4 | 11 | 260 | 111 | 102 |
| Binary | 1101010 | 11101000 | 11011111 | 110110 | 0 | 100 | 1001 | 10110000 | 1001001 | 1000010 |
Color Harmonies of #6AE8DF
Complementary color
Monochromatic Colors of #6AE8DF
Black with #6AE8DF
Text Example
Text Example
White with #6AE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE8DF; }
p { color: rgb(106,232,223); }
H1.HeaderClassName
{
color: #6AE8DF;
}
.AnyTagClassName
{
color: #6AE8DF;
}
</style>
background-color css
<style>
a { background-color: #6AE8DF; }
a { background-color: rgb(106,232,223); }
div.DivClassName
{
background-color: #6AE8DF;
}
.BgClassName
{
background-color: #6AE8DF;
}
</style>
border-color css
<style>
span { border-color: #6AE8DF; }
span { border-color: rgb(106,232,223); }
td.TdClassName
{
border-color: #6AE8DF;
}
.TagClassName
{
border-color: #6AE8DF;
}
</style>