Shades of Turquoise Blue #6ADDDB
Tints of Turquoise Blue #6ADDDB
RGB
CMYK
RGB Variations
Color information
#6ADDDB (or 0x6ADDDB) is known color: Turquoise Blue. HEX triplet: 6A, DD and DB. RGB value is (106,221,219). Sum of RGB (Red+Green+Blue) = 106+221+219=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDDB is #952224. Grayscale: #BABABA. Windows color (decimal): -9773605 or 14409066. OLE color: 14409066.
HSL color Cylindrical-coordinate representation of color #6ADDDB: hue angle of 178.96º 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 #6ADDDB is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 219 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.13 |
| HSL | 178.96º | 0.63% | 0.64% | - |
| HSV(B) | 178.96º | 0.52% | 0.87% | - |
| XYZ | 44.59 | 59.89 | 76.23 | - |
| YUV | 186.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 219 | 0.52 | 0 | 0.01 | 0.13 | 178.96 | 0.63 | 0.64 |
| Hex | 6A | DD | DB | 34 | 0 | 1 | D | B3 | 3F | 40 |
| Octal | 152 | 335 | 333 | 64 | 0 | 1 | 15 | 263 | 77 | 100 |
| Binary | 1101010 | 11011101 | 11011011 | 110100 | 0 | 1 | 1101 | 10110011 | 111111 | 1000000 |
Color Harmonies of #6ADDDB
Complementary color
Monochromatic Colors of #6ADDDB
Black with #6ADDDB
Text Example
Text Example
White with #6ADDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDDB; }
p { color: rgb(106,221,219); }
H1.HeaderClassName
{
color: #6ADDDB;
}
.AnyTagClassName
{
color: #6ADDDB;
}
</style>
background-color css
<style>
a { background-color: #6ADDDB; }
a { background-color: rgb(106,221,219); }
div.DivClassName
{
background-color: #6ADDDB;
}
.BgClassName
{
background-color: #6ADDDB;
}
</style>
border-color css
<style>
span { border-color: #6ADDDB; }
span { border-color: rgb(106,221,219); }
td.TdClassName
{
border-color: #6ADDDB;
}
.TagClassName
{
border-color: #6ADDDB;
}
</style>