Shades of Turquoise Blue #6AD6EC
Tints of Turquoise Blue #6AD6EC
RGB
CMYK
RGB Variations
Color information
#6AD6EC (or 0x6AD6EC) is known color: Turquoise Blue. HEX triplet: 6A, D6 and EC. RGB value is (106,214,236). Sum of RGB (Red+Green+Blue) = 106+214+236=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #6AD6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD6EC is #952913. Grayscale: #B8B8B8. Windows color (decimal): -9775380 or 15521386. OLE color: 15521386.
HSL color Cylindrical-coordinate representation of color #6AD6EC: hue angle of 190.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AD6EC is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 214 | 236 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.07 |
| HSL | 190.15º | 0.77% | 0.67% | - |
| HSV(B) | 190.15º | 0.55% | 0.93% | - |
| XYZ | 45.13 | 57.21 | 88.02 | - |
| YUV | 184.22 | 157.22 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 236 | 0.55 | 0.09 | 0 | 0.07 | 190.15 | 0.77 | 0.67 |
| Hex | 6A | D6 | EC | 37 | 9 | 0 | 7 | BE | 4D | 43 |
| Octal | 152 | 326 | 354 | 67 | 11 | 0 | 7 | 276 | 115 | 103 |
| Binary | 1101010 | 11010110 | 11101100 | 110111 | 1001 | 0 | 111 | 10111110 | 1001101 | 1000011 |
Color Harmonies of #6AD6EC
Complementary color
Monochromatic Colors of #6AD6EC
Black with #6AD6EC
Text Example
Text Example
White with #6AD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD6EC; }
p { color: rgb(106,214,236); }
H1.HeaderClassName
{
color: #6AD6EC;
}
.AnyTagClassName
{
color: #6AD6EC;
}
</style>
background-color css
<style>
a { background-color: #6AD6EC; }
a { background-color: rgb(106,214,236); }
div.DivClassName
{
background-color: #6AD6EC;
}
.BgClassName
{
background-color: #6AD6EC;
}
</style>
border-color css
<style>
span { border-color: #6AD6EC; }
span { border-color: rgb(106,214,236); }
td.TdClassName
{
border-color: #6AD6EC;
}
.TagClassName
{
border-color: #6AD6EC;
}
</style>