Shades of Turquoise Blue #6ADDEC
Tints of Turquoise Blue #6ADDEC
RGB
CMYK
RGB Variations
Color information
#6ADDEC (or 0x6ADDEC) is known color: Turquoise Blue. HEX triplet: 6A, DD and EC. RGB value is (106,221,236). Sum of RGB (Red+Green+Blue) = 106+221+236=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #6ADDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDEC is #952213. Grayscale: #BCBCBC. Windows color (decimal): -9773588 or 15523178. OLE color: 15523178.
HSL color Cylindrical-coordinate representation of color #6ADDEC: hue angle of 186.92º 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 #6ADDEC is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 221 | 236 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.07 |
| HSL | 186.92º | 0.77% | 0.67% | - |
| HSV(B) | 186.92º | 0.55% | 0.93% | - |
| XYZ | 46.94 | 60.83 | 88.62 | - |
| YUV | 188.33 | 154.9 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 236 | 0.55 | 0.06 | 0 | 0.07 | 186.92 | 0.77 | 0.67 |
| Hex | 6A | DD | EC | 37 | 6 | 0 | 7 | BB | 4D | 43 |
| Octal | 152 | 335 | 354 | 67 | 6 | 0 | 7 | 273 | 115 | 103 |
| Binary | 1101010 | 11011101 | 11101100 | 110111 | 110 | 0 | 111 | 10111011 | 1001101 | 1000011 |
Color Harmonies of #6ADDEC
Complementary color
Monochromatic Colors of #6ADDEC
Black with #6ADDEC
Text Example
Text Example
White with #6ADDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDEC; }
p { color: rgb(106,221,236); }
H1.HeaderClassName
{
color: #6ADDEC;
}
.AnyTagClassName
{
color: #6ADDEC;
}
</style>
background-color css
<style>
a { background-color: #6ADDEC; }
a { background-color: rgb(106,221,236); }
div.DivClassName
{
background-color: #6ADDEC;
}
.BgClassName
{
background-color: #6ADDEC;
}
</style>
border-color css
<style>
span { border-color: #6ADDEC; }
span { border-color: rgb(106,221,236); }
td.TdClassName
{
border-color: #6ADDEC;
}
.TagClassName
{
border-color: #6ADDEC;
}
</style>