Shades of Turquoise Blue #6AE6DF
Tints of Turquoise Blue #6AE6DF
RGB
CMYK
RGB Variations
Color information
#6AE6DF (or 0x6AE6DF) is known color: Turquoise Blue. HEX triplet: 6A, E6 and DF. RGB value is (106,230,223). Sum of RGB (Red+Green+Blue) = 106+230+223=559 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.96% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #6AE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE6DF is #951920. Grayscale: #C0C0C0. Windows color (decimal): -9771297 or 14673514. OLE color: 14673514.
HSL color Cylindrical-coordinate representation of color #6AE6DF: hue angle of 176.61º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE6DF is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 230 | 223 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.10 |
| HSL | 176.61º | 0.71% | 0.66% | - |
| HSV(B) | 176.61º | 0.54% | 0.9% | - |
| XYZ | 47.56 | 64.99 | 79.85 | - |
| YUV | 192.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 230 | 223 | 0.54 | 0 | 0.03 | 0.10 | 176.61 | 0.71 | 0.66 |
| Hex | 6A | E6 | DF | 36 | 0 | 3 | A | B1 | 47 | 42 |
| Octal | 152 | 346 | 337 | 66 | 0 | 3 | 12 | 261 | 107 | 102 |
| Binary | 1101010 | 11100110 | 11011111 | 110110 | 0 | 11 | 1010 | 10110001 | 1000111 | 1000010 |
Color Harmonies of #6AE6DF
Complementary color
Monochromatic Colors of #6AE6DF
Black with #6AE6DF
Text Example
Text Example
White with #6AE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE6DF; }
p { color: rgb(106,230,223); }
H1.HeaderClassName
{
color: #6AE6DF;
}
.AnyTagClassName
{
color: #6AE6DF;
}
</style>
background-color css
<style>
a { background-color: #6AE6DF; }
a { background-color: rgb(106,230,223); }
div.DivClassName
{
background-color: #6AE6DF;
}
.BgClassName
{
background-color: #6AE6DF;
}
</style>
border-color css
<style>
span { border-color: #6AE6DF; }
span { border-color: rgb(106,230,223); }
td.TdClassName
{
border-color: #6AE6DF;
}
.TagClassName
{
border-color: #6AE6DF;
}
</style>