Shades of Turquoise Blue #6ADDDC
Tints of Turquoise Blue #6ADDDC
RGB
CMYK
RGB Variations
Color information
#6ADDDC (or 0x6ADDDC) is known color: Turquoise Blue. HEX triplet: 6A, DD and DC. RGB value is (106,221,220). Sum of RGB (Red+Green+Blue) = 106+221+220=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDDC is #952223. Grayscale: #BABABA. Windows color (decimal): -9773604 or 14474602. OLE color: 14474602.
HSL color Cylindrical-coordinate representation of color #6ADDDC: hue angle of 179.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADDDC is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 220 | - |
| CMYK | 0.52 | 0 | 0.00 | 0.13 |
| HSL | 179.48º | 0.63% | 0.64% | - |
| HSV(B) | 179.48º | 0.52% | 0.87% | - |
| XYZ | 44.72 | 59.94 | 76.92 | - |
| YUV | 186.5 | 146.9 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 220 | 0.52 | 0 | 0.00 | 0.13 | 179.48 | 0.63 | 0.64 |
| Hex | 6A | DD | DC | 34 | 0 | 0 | D | B3 | 3F | 40 |
| Octal | 152 | 335 | 334 | 64 | 0 | 0 | 15 | 263 | 77 | 100 |
| Binary | 1101010 | 11011101 | 11011100 | 110100 | 0 | 0 | 1101 | 10110011 | 111111 | 1000000 |
Color Harmonies of #6ADDDC
Complementary color
Monochromatic Colors of #6ADDDC
Black with #6ADDDC
Text Example
Text Example
White with #6ADDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDDC; }
p { color: rgb(106,221,220); }
H1.HeaderClassName
{
color: #6ADDDC;
}
.AnyTagClassName
{
color: #6ADDDC;
}
</style>
background-color css
<style>
a { background-color: #6ADDDC; }
a { background-color: rgb(106,221,220); }
div.DivClassName
{
background-color: #6ADDDC;
}
.BgClassName
{
background-color: #6ADDDC;
}
</style>
border-color css
<style>
span { border-color: #6ADDDC; }
span { border-color: rgb(106,221,220); }
td.TdClassName
{
border-color: #6ADDDC;
}
.TagClassName
{
border-color: #6ADDDC;
}
</style>