Shades of Turquoise Blue #6AE7DF
Tints of Turquoise Blue #6AE7DF
RGB
CMYK
RGB Variations
Color information
#6AE7DF (or 0x6AE7DF) is known color: Turquoise Blue. HEX triplet: 6A, E7 and DF. RGB value is (106,231,223). Sum of RGB (Red+Green+Blue) = 106+231+223=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #6AE7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE7DF is #951820. Grayscale: #C0C0C0. Windows color (decimal): -9771041 or 14673770. OLE color: 14673770.
HSL color Cylindrical-coordinate representation of color #6AE7DF: hue angle of 176.16º degrees, saturation: 0.72, 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 #6AE7DF is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 231 | 223 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.09 |
| HSL | 176.16º | 0.72% | 0.66% | - |
| HSV(B) | 176.16º | 0.54% | 0.91% | - |
| XYZ | 47.84 | 65.54 | 79.94 | - |
| YUV | 192.71 | 145.09 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 231 | 223 | 0.54 | 0 | 0.03 | 0.09 | 176.16 | 0.72 | 0.66 |
| Hex | 6A | E7 | DF | 36 | 0 | 3 | 9 | B0 | 48 | 42 |
| Octal | 152 | 347 | 337 | 66 | 0 | 3 | 11 | 260 | 110 | 102 |
| Binary | 1101010 | 11100111 | 11011111 | 110110 | 0 | 11 | 1001 | 10110000 | 1001000 | 1000010 |
Color Harmonies of #6AE7DF
Complementary color
Monochromatic Colors of #6AE7DF
Black with #6AE7DF
Text Example
Text Example
White with #6AE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE7DF; }
p { color: rgb(106,231,223); }
H1.HeaderClassName
{
color: #6AE7DF;
}
.AnyTagClassName
{
color: #6AE7DF;
}
</style>
background-color css
<style>
a { background-color: #6AE7DF; }
a { background-color: rgb(106,231,223); }
div.DivClassName
{
background-color: #6AE7DF;
}
.BgClassName
{
background-color: #6AE7DF;
}
</style>
border-color css
<style>
span { border-color: #6AE7DF; }
span { border-color: rgb(106,231,223); }
td.TdClassName
{
border-color: #6AE7DF;
}
.TagClassName
{
border-color: #6AE7DF;
}
</style>