Shades of Turquoise #3ADABC
Tints of Turquoise #3ADABC
RGB
CMYK
RGB Variations
Color information
#3ADABC (or 0x3ADABC) is known color: Turquoise. HEX triplet: 3A, DA and BC. RGB value is (58,218,188). Sum of RGB (Red+Green+Blue) = 58+218+188=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADABC is #C52543. Grayscale: #A6A6A6. Windows color (decimal): -12920132 or 12376634. OLE color: 12376634.
HSL color Cylindrical-coordinate representation of color #3ADABC: hue angle of 168.75º 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 #3ADABC is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 188 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.15 |
| HSL | 168.75º | 0.68% | 0.54% | - |
| HSV(B) | 168.75º | 0.73% | 0.85% | - |
| XYZ | 35.89 | 54.67 | 56.24 | - |
| YUV | 166.74 | 139.99 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 188 | 0.73 | 0 | 0.14 | 0.15 | 168.75 | 0.68 | 0.54 |
| Hex | 3A | DA | BC | 49 | 0 | E | F | A9 | 44 | 36 |
| Octal | 72 | 332 | 274 | 111 | 0 | 16 | 17 | 251 | 104 | 66 |
| Binary | 111010 | 11011010 | 10111100 | 1001001 | 0 | 1110 | 1111 | 10101001 | 1000100 | 110110 |
Color Harmonies of #3ADABC
Complementary color
Monochromatic Colors of #3ADABC
Black with #3ADABC
Text Example
Text Example
White with #3ADABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADABC; }
p { color: rgb(58,218,188); }
H1.HeaderClassName
{
color: #3ADABC;
}
.AnyTagClassName
{
color: #3ADABC;
}
</style>
background-color css
<style>
a { background-color: #3ADABC; }
a { background-color: rgb(58,218,188); }
div.DivClassName
{
background-color: #3ADABC;
}
.BgClassName
{
background-color: #3ADABC;
}
</style>
border-color css
<style>
span { border-color: #3ADABC; }
span { border-color: rgb(58,218,188); }
td.TdClassName
{
border-color: #3ADABC;
}
.TagClassName
{
border-color: #3ADABC;
}
</style>