Shades of Turquoise #3ADAD0
Tints of Turquoise #3ADAD0
RGB
CMYK
RGB Variations
Color information
#3ADAD0 (or 0x3ADAD0) is known color: Turquoise. HEX triplet: 3A, DA and D0. RGB value is (58,218,208). Sum of RGB (Red+Green+Blue) = 58+218+208=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAD0 is #C5252F. Grayscale: #A8A8A8. Windows color (decimal): -12920112 or 13687354. OLE color: 13687354.
HSL color Cylindrical-coordinate representation of color #3ADAD0: hue angle of 176.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADAD0 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 208 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.15 |
| HSL | 176.25º | 0.68% | 0.54% | - |
| HSV(B) | 176.25º | 0.73% | 0.85% | - |
| XYZ | 38.2 | 55.6 | 68.39 | - |
| YUV | 169.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 208 | 0.73 | 0 | 0.05 | 0.15 | 176.25 | 0.68 | 0.54 |
| Hex | 3A | DA | D0 | 49 | 0 | 5 | F | B0 | 44 | 36 |
| Octal | 72 | 332 | 320 | 111 | 0 | 5 | 17 | 260 | 104 | 66 |
| Binary | 111010 | 11011010 | 11010000 | 1001001 | 0 | 101 | 1111 | 10110000 | 1000100 | 110110 |
Color Harmonies of #3ADAD0
Complementary color
Monochromatic Colors of #3ADAD0
Black with #3ADAD0
Text Example
Text Example
White with #3ADAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAD0; }
p { color: rgb(58,218,208); }
H1.HeaderClassName
{
color: #3ADAD0;
}
.AnyTagClassName
{
color: #3ADAD0;
}
</style>
background-color css
<style>
a { background-color: #3ADAD0; }
a { background-color: rgb(58,218,208); }
div.DivClassName
{
background-color: #3ADAD0;
}
.BgClassName
{
background-color: #3ADAD0;
}
</style>
border-color css
<style>
span { border-color: #3ADAD0; }
span { border-color: rgb(58,218,208); }
td.TdClassName
{
border-color: #3ADAD0;
}
.TagClassName
{
border-color: #3ADAD0;
}
</style>