Shades of Turquoise Blue #6AD2DA
Tints of Turquoise Blue #6AD2DA
RGB
CMYK
RGB Variations
Color information
#6AD2DA (or 0x6AD2DA) is known color: Turquoise Blue. HEX triplet: 6A, D2 and DA. RGB value is (106,210,218). Sum of RGB (Red+Green+Blue) = 106+210+218=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #6AD2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD2DA is #952D25. Grayscale: #B3B3B3. Windows color (decimal): -9776422 or 14340714. OLE color: 14340714.
HSL color Cylindrical-coordinate representation of color #6AD2DA: hue angle of 184.29º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD2DA is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 210 | 218 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.15 |
| HSL | 184.29º | 0.6% | 0.64% | - |
| HSV(B) | 184.29º | 0.51% | 0.85% | - |
| XYZ | 41.65 | 54.22 | 74.6 | - |
| YUV | 179.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 218 | 0.51 | 0.04 | 0 | 0.15 | 184.29 | 0.6 | 0.64 |
| Hex | 6A | D2 | DA | 33 | 4 | 0 | F | B8 | 3C | 40 |
| Octal | 152 | 322 | 332 | 63 | 4 | 0 | 17 | 270 | 74 | 100 |
| Binary | 1101010 | 11010010 | 11011010 | 110011 | 100 | 0 | 1111 | 10111000 | 111100 | 1000000 |
Color Harmonies of #6AD2DA
Complementary color
Monochromatic Colors of #6AD2DA
Black with #6AD2DA
Text Example
Text Example
White with #6AD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD2DA; }
p { color: rgb(106,210,218); }
H1.HeaderClassName
{
color: #6AD2DA;
}
.AnyTagClassName
{
color: #6AD2DA;
}
</style>
background-color css
<style>
a { background-color: #6AD2DA; }
a { background-color: rgb(106,210,218); }
div.DivClassName
{
background-color: #6AD2DA;
}
.BgClassName
{
background-color: #6AD2DA;
}
</style>
border-color css
<style>
span { border-color: #6AD2DA; }
span { border-color: rgb(106,210,218); }
td.TdClassName
{
border-color: #6AD2DA;
}
.TagClassName
{
border-color: #6AD2DA;
}
</style>