Shades of Turquoise Blue #6AE9DF
Tints of Turquoise Blue #6AE9DF
RGB
CMYK
RGB Variations
Color information
#6AE9DF (or 0x6AE9DF) is known color: Turquoise Blue. HEX triplet: 6A, E9 and DF. RGB value is (106,233,223). Sum of RGB (Red+Green+Blue) = 106+233+223=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE9DF is #951620. Grayscale: #C1C1C1. Windows color (decimal): -9770529 or 14674282. OLE color: 14674282.
HSL color Cylindrical-coordinate representation of color #6AE9DF: hue angle of 175.28º 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 #6AE9DF is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 233 | 223 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.09 |
| HSL | 175.28º | 0.74% | 0.66% | - |
| HSV(B) | 175.28º | 0.55% | 0.91% | - |
| XYZ | 48.4 | 66.67 | 80.13 | - |
| YUV | 193.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 233 | 223 | 0.55 | 0 | 0.04 | 0.09 | 175.28 | 0.74 | 0.66 |
| Hex | 6A | E9 | DF | 37 | 0 | 4 | 9 | AF | 4A | 42 |
| Octal | 152 | 351 | 337 | 67 | 0 | 4 | 11 | 257 | 112 | 102 |
| Binary | 1101010 | 11101001 | 11011111 | 110111 | 0 | 100 | 1001 | 10101111 | 1001010 | 1000010 |
Color Harmonies of #6AE9DF
Complementary color
Monochromatic Colors of #6AE9DF
Black with #6AE9DF
Text Example
Text Example
White with #6AE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE9DF; }
p { color: rgb(106,233,223); }
H1.HeaderClassName
{
color: #6AE9DF;
}
.AnyTagClassName
{
color: #6AE9DF;
}
</style>
background-color css
<style>
a { background-color: #6AE9DF; }
a { background-color: rgb(106,233,223); }
div.DivClassName
{
background-color: #6AE9DF;
}
.BgClassName
{
background-color: #6AE9DF;
}
</style>
border-color css
<style>
span { border-color: #6AE9DF; }
span { border-color: rgb(106,233,223); }
td.TdClassName
{
border-color: #6AE9DF;
}
.TagClassName
{
border-color: #6AE9DF;
}
</style>