Shades of Turquoise #3ADAC0
Tints of Turquoise #3ADAC0
RGB
CMYK
RGB Variations
Color information
#3ADAC0 (or 0x3ADAC0) is known color: Turquoise. HEX triplet: 3A, DA and C0. RGB value is (58,218,192). Sum of RGB (Red+Green+Blue) = 58+218+192=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAC0 is #C5253F. Grayscale: #A7A7A7. Windows color (decimal): -12920128 or 12638778. OLE color: 12638778.
HSL color Cylindrical-coordinate representation of color #3ADAC0: hue angle of 170.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 #3ADAC0 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 192 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.15 |
| HSL | 170.25º | 0.68% | 0.54% | - |
| HSV(B) | 170.25º | 0.73% | 0.85% | - |
| XYZ | 36.33 | 54.85 | 58.54 | - |
| YUV | 167.2 | 141.99 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 192 | 0.73 | 0 | 0.12 | 0.15 | 170.25 | 0.68 | 0.54 |
| Hex | 3A | DA | C0 | 49 | 0 | C | F | AA | 44 | 36 |
| Octal | 72 | 332 | 300 | 111 | 0 | 14 | 17 | 252 | 104 | 66 |
| Binary | 111010 | 11011010 | 11000000 | 1001001 | 0 | 1100 | 1111 | 10101010 | 1000100 | 110110 |
Color Harmonies of #3ADAC0
Complementary color
Monochromatic Colors of #3ADAC0
Black with #3ADAC0
Text Example
Text Example
White with #3ADAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAC0; }
p { color: rgb(58,218,192); }
H1.HeaderClassName
{
color: #3ADAC0;
}
.AnyTagClassName
{
color: #3ADAC0;
}
</style>
background-color css
<style>
a { background-color: #3ADAC0; }
a { background-color: rgb(58,218,192); }
div.DivClassName
{
background-color: #3ADAC0;
}
.BgClassName
{
background-color: #3ADAC0;
}
</style>
border-color css
<style>
span { border-color: #3ADAC0; }
span { border-color: rgb(58,218,192); }
td.TdClassName
{
border-color: #3ADAC0;
}
.TagClassName
{
border-color: #3ADAC0;
}
</style>