Shades of Turquoise Blue #6AD9D4
Tints of Turquoise Blue #6AD9D4
RGB
CMYK
RGB Variations
Color information
#6AD9D4 (or 0x6AD9D4) is known color: Turquoise Blue. HEX triplet: 6A, D9 and D4. RGB value is (106,217,212). Sum of RGB (Red+Green+Blue) = 106+217+212=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD9D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD9D4 is #95262B. Grayscale: #B7B7B7. Windows color (decimal): -9774636 or 13949290. OLE color: 13949290.
HSL color Cylindrical-coordinate representation of color #6AD9D4: hue angle of 177.3º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD9D4 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 217 | 212 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.15 |
| HSL | 177.3º | 0.59% | 0.63% | - |
| HSV(B) | 177.3º | 0.51% | 0.85% | - |
| XYZ | 42.64 | 57.44 | 71.13 | - |
| YUV | 183.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 212 | 0.51 | 0 | 0.02 | 0.15 | 177.3 | 0.59 | 0.63 |
| Hex | 6A | D9 | D4 | 33 | 0 | 2 | F | B1 | 3B | 3F |
| Octal | 152 | 331 | 324 | 63 | 0 | 2 | 17 | 261 | 73 | 77 |
| Binary | 1101010 | 11011001 | 11010100 | 110011 | 0 | 10 | 1111 | 10110001 | 111011 | 111111 |
Color Harmonies of #6AD9D4
Complementary color
Monochromatic Colors of #6AD9D4
Black with #6AD9D4
Text Example
Text Example
White with #6AD9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD9D4; }
p { color: rgb(106,217,212); }
H1.HeaderClassName
{
color: #6AD9D4;
}
.AnyTagClassName
{
color: #6AD9D4;
}
</style>
background-color css
<style>
a { background-color: #6AD9D4; }
a { background-color: rgb(106,217,212); }
div.DivClassName
{
background-color: #6AD9D4;
}
.BgClassName
{
background-color: #6AD9D4;
}
</style>
border-color css
<style>
span { border-color: #6AD9D4; }
span { border-color: rgb(106,217,212); }
td.TdClassName
{
border-color: #6AD9D4;
}
.TagClassName
{
border-color: #6AD9D4;
}
</style>