Shades of Turquoise Blue #6ADAD5
Tints of Turquoise Blue #6ADAD5
RGB
CMYK
RGB Variations
Color information
#6ADAD5 (or 0x6ADAD5) is known color: Turquoise Blue. HEX triplet: 6A, DA and D5. RGB value is (106,218,213). Sum of RGB (Red+Green+Blue) = 106+218+213=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAD5 is #95252A. Grayscale: #B7B7B7. Windows color (decimal): -9774379 or 14015082. OLE color: 14015082.
HSL color Cylindrical-coordinate representation of color #6ADAD5: hue angle of 177.32º 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 #6ADAD5 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 213 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.15 |
| HSL | 177.32º | 0.6% | 0.64% | - |
| HSV(B) | 177.32º | 0.51% | 0.85% | - |
| XYZ | 43.03 | 58.01 | 71.88 | - |
| YUV | 183.94 | 144.39 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 213 | 0.51 | 0 | 0.02 | 0.15 | 177.32 | 0.6 | 0.64 |
| Hex | 6A | DA | D5 | 33 | 0 | 2 | F | B1 | 3C | 40 |
| Octal | 152 | 332 | 325 | 63 | 0 | 2 | 17 | 261 | 74 | 100 |
| Binary | 1101010 | 11011010 | 11010101 | 110011 | 0 | 10 | 1111 | 10110001 | 111100 | 1000000 |
Color Harmonies of #6ADAD5
Complementary color
Monochromatic Colors of #6ADAD5
Black with #6ADAD5
Text Example
Text Example
White with #6ADAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAD5; }
p { color: rgb(106,218,213); }
H1.HeaderClassName
{
color: #6ADAD5;
}
.AnyTagClassName
{
color: #6ADAD5;
}
</style>
background-color css
<style>
a { background-color: #6ADAD5; }
a { background-color: rgb(106,218,213); }
div.DivClassName
{
background-color: #6ADAD5;
}
.BgClassName
{
background-color: #6ADAD5;
}
</style>
border-color css
<style>
span { border-color: #6ADAD5; }
span { border-color: rgb(106,218,213); }
td.TdClassName
{
border-color: #6ADAD5;
}
.TagClassName
{
border-color: #6ADAD5;
}
</style>