Shades of Turquoise #3ADABD
Tints of Turquoise #3ADABD
RGB
CMYK
RGB Variations
Color information
#3ADABD (or 0x3ADABD) is known color: Turquoise. HEX triplet: 3A, DA and BD. RGB value is (58,218,189). Sum of RGB (Red+Green+Blue) = 58+218+189=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADABD is #C52542. Grayscale: #A6A6A6. Windows color (decimal): -12920131 or 12442170. OLE color: 12442170.
HSL color Cylindrical-coordinate representation of color #3ADABD: hue angle of 169.12º 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 #3ADABD is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 189 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.15 |
| HSL | 169.13º | 0.68% | 0.54% | - |
| HSV(B) | 169.13º | 0.73% | 0.85% | - |
| XYZ | 36 | 54.72 | 56.81 | - |
| YUV | 166.85 | 140.49 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 189 | 0.73 | 0 | 0.13 | 0.15 | 169.13 | 0.68 | 0.54 |
| Hex | 3A | DA | BD | 49 | 0 | D | F | A9 | 44 | 36 |
| Octal | 72 | 332 | 275 | 111 | 0 | 15 | 17 | 251 | 104 | 66 |
| Binary | 111010 | 11011010 | 10111101 | 1001001 | 0 | 1101 | 1111 | 10101001 | 1000100 | 110110 |
Color Harmonies of #3ADABD
Complementary color
Monochromatic Colors of #3ADABD
Black with #3ADABD
Text Example
Text Example
White with #3ADABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADABD; }
p { color: rgb(58,218,189); }
H1.HeaderClassName
{
color: #3ADABD;
}
.AnyTagClassName
{
color: #3ADABD;
}
</style>
background-color css
<style>
a { background-color: #3ADABD; }
a { background-color: rgb(58,218,189); }
div.DivClassName
{
background-color: #3ADABD;
}
.BgClassName
{
background-color: #3ADABD;
}
</style>
border-color css
<style>
span { border-color: #3ADABD; }
span { border-color: rgb(58,218,189); }
td.TdClassName
{
border-color: #3ADABD;
}
.TagClassName
{
border-color: #3ADABD;
}
</style>