Shades of Turquoise #3ADDC1
Tints of Turquoise #3ADDC1
RGB
CMYK
RGB Variations
Color information
#3ADDC1 (or 0x3ADDC1) is known color: Turquoise. HEX triplet: 3A, DD and C1. RGB value is (58,221,193). Sum of RGB (Red+Green+Blue) = 58+221+193=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDC1 is #C5223E. Grayscale: #A9A9A9. Windows color (decimal): -12919359 or 12705082. OLE color: 12705082.
HSL color Cylindrical-coordinate representation of color #3ADDC1: hue angle of 169.69º 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 #3ADDC1 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 193 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.13 |
| HSL | 169.69º | 0.71% | 0.55% | - |
| HSV(B) | 169.69º | 0.74% | 0.87% | - |
| XYZ | 37.23 | 56.46 | 59.39 | - |
| YUV | 169.07 | 141.5 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 193 | 0.74 | 0 | 0.13 | 0.13 | 169.69 | 0.71 | 0.55 |
| Hex | 3A | DD | C1 | 4A | 0 | D | D | AA | 47 | 37 |
| Octal | 72 | 335 | 301 | 112 | 0 | 15 | 15 | 252 | 107 | 67 |
| Binary | 111010 | 11011101 | 11000001 | 1001010 | 0 | 1101 | 1101 | 10101010 | 1000111 | 110111 |
Color Harmonies of #3ADDC1
Complementary color
Monochromatic Colors of #3ADDC1
Black with #3ADDC1
Text Example
Text Example
White with #3ADDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDC1; }
p { color: rgb(58,221,193); }
H1.HeaderClassName
{
color: #3ADDC1;
}
.AnyTagClassName
{
color: #3ADDC1;
}
</style>
background-color css
<style>
a { background-color: #3ADDC1; }
a { background-color: rgb(58,221,193); }
div.DivClassName
{
background-color: #3ADDC1;
}
.BgClassName
{
background-color: #3ADDC1;
}
</style>
border-color css
<style>
span { border-color: #3ADDC1; }
span { border-color: rgb(58,221,193); }
td.TdClassName
{
border-color: #3ADDC1;
}
.TagClassName
{
border-color: #3ADDC1;
}
</style>