Shades of Turquoise #3ADDC9
Tints of Turquoise #3ADDC9
RGB
CMYK
RGB Variations
Color information
#3ADDC9 (or 0x3ADDC9) is known color: Turquoise. HEX triplet: 3A, DD and C9. RGB value is (58,221,201). Sum of RGB (Red+Green+Blue) = 58+221+201=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDC9 is #C52236. Grayscale: #A9A9A9. Windows color (decimal): -12919351 or 13229370. OLE color: 13229370.
HSL color Cylindrical-coordinate representation of color #3ADDC9: hue angle of 172.64º 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 #3ADDC9 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 201 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.13 |
| HSL | 172.64º | 0.71% | 0.55% | - |
| HSV(B) | 172.64º | 0.74% | 0.87% | - |
| XYZ | 38.14 | 56.83 | 64.22 | - |
| YUV | 169.98 | 145.5 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 201 | 0.74 | 0 | 0.09 | 0.13 | 172.64 | 0.71 | 0.55 |
| Hex | 3A | DD | C9 | 4A | 0 | 9 | D | AD | 47 | 37 |
| Octal | 72 | 335 | 311 | 112 | 0 | 11 | 15 | 255 | 107 | 67 |
| Binary | 111010 | 11011101 | 11001001 | 1001010 | 0 | 1001 | 1101 | 10101101 | 1000111 | 110111 |
Color Harmonies of #3ADDC9
Complementary color
Monochromatic Colors of #3ADDC9
Black with #3ADDC9
Text Example
Text Example
White with #3ADDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDC9; }
p { color: rgb(58,221,201); }
H1.HeaderClassName
{
color: #3ADDC9;
}
.AnyTagClassName
{
color: #3ADDC9;
}
</style>
background-color css
<style>
a { background-color: #3ADDC9; }
a { background-color: rgb(58,221,201); }
div.DivClassName
{
background-color: #3ADDC9;
}
.BgClassName
{
background-color: #3ADDC9;
}
</style>
border-color css
<style>
span { border-color: #3ADDC9; }
span { border-color: rgb(58,221,201); }
td.TdClassName
{
border-color: #3ADDC9;
}
.TagClassName
{
border-color: #3ADDC9;
}
</style>