Shades of Turquoise Blue #6AECD8
Tints of Turquoise Blue #6AECD8
RGB
CMYK
RGB Variations
Color information
#6AECD8 (or 0x6AECD8) is known color: Turquoise Blue. HEX triplet: 6A, EC and D8. RGB value is (106,236,216). Sum of RGB (Red+Green+Blue) = 106+236+216=558 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.00% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECD8 is #951327. Grayscale: #C2C2C2. Windows color (decimal): -9769768 or 14216298. OLE color: 14216298.
HSL color Cylindrical-coordinate representation of color #6AECD8: hue angle of 170.77º 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 #6AECD8 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 216 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.07 |
| HSL | 170.77º | 0.77% | 0.67% | - |
| HSV(B) | 170.77º | 0.55% | 0.93% | - |
| XYZ | 48.33 | 68.01 | 75.55 | - |
| YUV | 194.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 216 | 0.55 | 0 | 0.08 | 0.07 | 170.77 | 0.77 | 0.67 |
| Hex | 6A | EC | D8 | 37 | 0 | 8 | 7 | AB | 4D | 43 |
| Octal | 152 | 354 | 330 | 67 | 0 | 10 | 7 | 253 | 115 | 103 |
| Binary | 1101010 | 11101100 | 11011000 | 110111 | 0 | 1000 | 111 | 10101011 | 1001101 | 1000011 |
Color Harmonies of #6AECD8
Complementary color
Monochromatic Colors of #6AECD8
Black with #6AECD8
Text Example
Text Example
White with #6AECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECD8; }
p { color: rgb(106,236,216); }
H1.HeaderClassName
{
color: #6AECD8;
}
.AnyTagClassName
{
color: #6AECD8;
}
</style>
background-color css
<style>
a { background-color: #6AECD8; }
a { background-color: rgb(106,236,216); }
div.DivClassName
{
background-color: #6AECD8;
}
.BgClassName
{
background-color: #6AECD8;
}
</style>
border-color css
<style>
span { border-color: #6AECD8; }
span { border-color: rgb(106,236,216); }
td.TdClassName
{
border-color: #6AECD8;
}
.TagClassName
{
border-color: #6AECD8;
}
</style>