Shades of Turquoise Blue #6ADDD8
Tints of Turquoise Blue #6ADDD8
RGB
CMYK
RGB Variations
Color information
#6ADDD8 (or 0x6ADDD8) is known color: Turquoise Blue. HEX triplet: 6A, DD and D8. RGB value is (106,221,216). Sum of RGB (Red+Green+Blue) = 106+221+216=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDD8 is #952227. Grayscale: #B9B9B9. Windows color (decimal): -9773608 or 14212458. OLE color: 14212458.
HSL color Cylindrical-coordinate representation of color #6ADDD8: hue angle of 177.39º 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 #6ADDD8 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 216 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.13 |
| HSL | 177.39º | 0.63% | 0.64% | - |
| HSV(B) | 177.39º | 0.52% | 0.87% | - |
| XYZ | 44.19 | 59.73 | 74.17 | - |
| YUV | 186.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 216 | 0.52 | 0 | 0.02 | 0.13 | 177.39 | 0.63 | 0.64 |
| Hex | 6A | DD | D8 | 34 | 0 | 2 | D | B1 | 3F | 40 |
| Octal | 152 | 335 | 330 | 64 | 0 | 2 | 15 | 261 | 77 | 100 |
| Binary | 1101010 | 11011101 | 11011000 | 110100 | 0 | 10 | 1101 | 10110001 | 111111 | 1000000 |
Color Harmonies of #6ADDD8
Complementary color
Monochromatic Colors of #6ADDD8
Black with #6ADDD8
Text Example
Text Example
White with #6ADDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDD8; }
p { color: rgb(106,221,216); }
H1.HeaderClassName
{
color: #6ADDD8;
}
.AnyTagClassName
{
color: #6ADDD8;
}
</style>
background-color css
<style>
a { background-color: #6ADDD8; }
a { background-color: rgb(106,221,216); }
div.DivClassName
{
background-color: #6ADDD8;
}
.BgClassName
{
background-color: #6ADDD8;
}
</style>
border-color css
<style>
span { border-color: #6ADDD8; }
span { border-color: rgb(106,221,216); }
td.TdClassName
{
border-color: #6ADDD8;
}
.TagClassName
{
border-color: #6ADDD8;
}
</style>