Shades of Turquoise #3ADDBA
Tints of Turquoise #3ADDBA
RGB
CMYK
RGB Variations
Color information
#3ADDBA (or 0x3ADDBA) is known color: Turquoise. HEX triplet: 3A, DD and BA. RGB value is (58,221,186). Sum of RGB (Red+Green+Blue) = 58+221+186=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDBA is #C52245. Grayscale: #A8A8A8. Windows color (decimal): -12919366 or 12246330. OLE color: 12246330.
HSL color Cylindrical-coordinate representation of color #3ADDBA: hue angle of 167.12º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADDBA is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 186 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.13 |
| HSL | 167.12º | 0.71% | 0.55% | - |
| HSV(B) | 167.12º | 0.74% | 0.87% | - |
| XYZ | 36.46 | 56.16 | 55.37 | - |
| YUV | 168.27 | 138 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 186 | 0.74 | 0 | 0.16 | 0.13 | 167.12 | 0.71 | 0.55 |
| Hex | 3A | DD | BA | 4A | 0 | 10 | D | A7 | 47 | 37 |
| Octal | 72 | 335 | 272 | 112 | 0 | 20 | 15 | 247 | 107 | 67 |
| Binary | 111010 | 11011101 | 10111010 | 1001010 | 0 | 10000 | 1101 | 10100111 | 1000111 | 110111 |
Color Harmonies of #3ADDBA
Complementary color
Monochromatic Colors of #3ADDBA
Black with #3ADDBA
Text Example
Text Example
White with #3ADDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDBA; }
p { color: rgb(58,221,186); }
H1.HeaderClassName
{
color: #3ADDBA;
}
.AnyTagClassName
{
color: #3ADDBA;
}
</style>
background-color css
<style>
a { background-color: #3ADDBA; }
a { background-color: rgb(58,221,186); }
div.DivClassName
{
background-color: #3ADDBA;
}
.BgClassName
{
background-color: #3ADDBA;
}
</style>
border-color css
<style>
span { border-color: #3ADDBA; }
span { border-color: rgb(58,221,186); }
td.TdClassName
{
border-color: #3ADDBA;
}
.TagClassName
{
border-color: #3ADDBA;
}
</style>