Shades of Turquoise Blue #6AD1D1
Tints of Turquoise Blue #6AD1D1
RGB
CMYK
RGB Variations
Color information
#6AD1D1 (or 0x6AD1D1) is known color: Turquoise Blue. HEX triplet: 6A, D1 and D1. RGB value is (106,209,209). Sum of RGB (Red+Green+Blue) = 106+209+209=524 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.23% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #6AD1D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD1D1 is #952E2E. Grayscale: #B2B2B2. Windows color (decimal): -9776687 or 13750634. OLE color: 13750634.
HSL color Cylindrical-coordinate representation of color #6AD1D1: hue angle of 180º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD1D1 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 209 | - |
| CMYK | 0.49 | 0 | 0 | 0.18 |
| HSL | 180º | 0.53% | 0.62% | - |
| HSV(B) | 180º | 0.49% | 0.82% | - |
| XYZ | 40.25 | 53.27 | 68.48 | - |
| YUV | 178.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 209 | 0.49 | 0 | 0 | 0.18 | 180 | 0.53 | 0.62 |
| Hex | 6A | D1 | D1 | 31 | 0 | 0 | 12 | B4 | 35 | 3E |
| Octal | 152 | 321 | 321 | 61 | 0 | 0 | 22 | 264 | 65 | 76 |
| Binary | 1101010 | 11010001 | 11010001 | 110001 | 0 | 0 | 10010 | 10110100 | 110101 | 111110 |
Color Harmonies of #6AD1D1
Complementary color
Monochromatic Colors of #6AD1D1
Black with #6AD1D1
Text Example
Text Example
White with #6AD1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD1D1; }
p { color: rgb(106,209,209); }
H1.HeaderClassName
{
color: #6AD1D1;
}
.AnyTagClassName
{
color: #6AD1D1;
}
</style>
background-color css
<style>
a { background-color: #6AD1D1; }
a { background-color: rgb(106,209,209); }
div.DivClassName
{
background-color: #6AD1D1;
}
.BgClassName
{
background-color: #6AD1D1;
}
</style>
border-color css
<style>
span { border-color: #6AD1D1; }
span { border-color: rgb(106,209,209); }
td.TdClassName
{
border-color: #6AD1D1;
}
.TagClassName
{
border-color: #6AD1D1;
}
</style>