Shades of Turquoise Blue #6AD8DA
Tints of Turquoise Blue #6AD8DA
RGB
CMYK
RGB Variations
Color information
#6AD8DA (or 0x6AD8DA) is known color: Turquoise Blue. HEX triplet: 6A, D8 and DA. RGB value is (106,216,218). Sum of RGB (Red+Green+Blue) = 106+216+218=540 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.63% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #6AD8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD8DA is #952725. Grayscale: #B7B7B7. Windows color (decimal): -9774886 or 14342250. OLE color: 14342250.
HSL color Cylindrical-coordinate representation of color #6AD8DA: hue angle of 181.07º 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 #6AD8DA is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 216 | 218 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.15 |
| HSL | 181.07º | 0.6% | 0.64% | - |
| HSV(B) | 181.07º | 0.51% | 0.85% | - |
| XYZ | 43.15 | 57.24 | 75.1 | - |
| YUV | 183.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 216 | 218 | 0.51 | 0.01 | 0 | 0.15 | 181.07 | 0.6 | 0.64 |
| Hex | 6A | D8 | DA | 33 | 1 | 0 | F | B5 | 3C | 40 |
| Octal | 152 | 330 | 332 | 63 | 1 | 0 | 17 | 265 | 74 | 100 |
| Binary | 1101010 | 11011000 | 11011010 | 110011 | 1 | 0 | 1111 | 10110101 | 111100 | 1000000 |
Color Harmonies of #6AD8DA
Complementary color
Monochromatic Colors of #6AD8DA
Black with #6AD8DA
Text Example
Text Example
White with #6AD8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD8DA; }
p { color: rgb(106,216,218); }
H1.HeaderClassName
{
color: #6AD8DA;
}
.AnyTagClassName
{
color: #6AD8DA;
}
</style>
background-color css
<style>
a { background-color: #6AD8DA; }
a { background-color: rgb(106,216,218); }
div.DivClassName
{
background-color: #6AD8DA;
}
.BgClassName
{
background-color: #6AD8DA;
}
</style>
border-color css
<style>
span { border-color: #6AD8DA; }
span { border-color: rgb(106,216,218); }
td.TdClassName
{
border-color: #6AD8DA;
}
.TagClassName
{
border-color: #6AD8DA;
}
</style>