Shades of Turquoise Blue #6AD1DB
Tints of Turquoise Blue #6AD1DB
RGB
CMYK
RGB Variations
Color information
#6AD1DB (or 0x6AD1DB) is known color: Turquoise Blue. HEX triplet: 6A, D1 and DB. RGB value is (106,209,219). Sum of RGB (Red+Green+Blue) = 106+209+219=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AD1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD1DB is #952E24. Grayscale: #B3B3B3. Windows color (decimal): -9776677 or 14405994. OLE color: 14405994.
HSL color Cylindrical-coordinate representation of color #6AD1DB: hue angle of 185.31º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AD1DB is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 209 | 219 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.14 |
| HSL | 185.31º | 0.61% | 0.64% | - |
| HSV(B) | 185.31º | 0.52% | 0.86% | - |
| XYZ | 41.53 | 53.78 | 75.21 | - |
| YUV | 179.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 219 | 0.52 | 0.05 | 0 | 0.14 | 185.31 | 0.61 | 0.64 |
| Hex | 6A | D1 | DB | 34 | 5 | 0 | E | B9 | 3D | 40 |
| Octal | 152 | 321 | 333 | 64 | 5 | 0 | 16 | 271 | 75 | 100 |
| Binary | 1101010 | 11010001 | 11011011 | 110100 | 101 | 0 | 1110 | 10111001 | 111101 | 1000000 |
Color Harmonies of #6AD1DB
Complementary color
Monochromatic Colors of #6AD1DB
Black with #6AD1DB
Text Example
Text Example
White with #6AD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD1DB; }
p { color: rgb(106,209,219); }
H1.HeaderClassName
{
color: #6AD1DB;
}
.AnyTagClassName
{
color: #6AD1DB;
}
</style>
background-color css
<style>
a { background-color: #6AD1DB; }
a { background-color: rgb(106,209,219); }
div.DivClassName
{
background-color: #6AD1DB;
}
.BgClassName
{
background-color: #6AD1DB;
}
</style>
border-color css
<style>
span { border-color: #6AD1DB; }
span { border-color: rgb(106,209,219); }
td.TdClassName
{
border-color: #6AD1DB;
}
.TagClassName
{
border-color: #6AD1DB;
}
</style>