Shades of Turquoise #3AD5C2
Tints of Turquoise #3AD5C2
RGB
CMYK
RGB Variations
Color information
#3AD5C2 (or 0x3AD5C2) is known color: Turquoise. HEX triplet: 3A, D5 and C2. RGB value is (58,213,194). Sum of RGB (Red+Green+Blue) = 58+213+194=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD5C2 is #C52A3D. Grayscale: #A4A4A4. Windows color (decimal): -12921406 or 12768570. OLE color: 12768570.
HSL color Cylindrical-coordinate representation of color #3AD5C2: hue angle of 172.65º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD5C2 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 194 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.16 |
| HSL | 172.65º | 0.65% | 0.53% | - |
| HSV(B) | 172.65º | 0.73% | 0.84% | - |
| XYZ | 35.28 | 52.38 | 59.29 | - |
| YUV | 164.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 194 | 0.73 | 0 | 0.09 | 0.16 | 172.65 | 0.65 | 0.53 |
| Hex | 3A | D5 | C2 | 49 | 0 | 9 | 10 | AD | 41 | 35 |
| Octal | 72 | 325 | 302 | 111 | 0 | 11 | 20 | 255 | 101 | 65 |
| Binary | 111010 | 11010101 | 11000010 | 1001001 | 0 | 1001 | 10000 | 10101101 | 1000001 | 110101 |
Color Harmonies of #3AD5C2
Complementary color
Monochromatic Colors of #3AD5C2
Black with #3AD5C2
Text Example
Text Example
White with #3AD5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD5C2; }
p { color: rgb(58,213,194); }
H1.HeaderClassName
{
color: #3AD5C2;
}
.AnyTagClassName
{
color: #3AD5C2;
}
</style>
background-color css
<style>
a { background-color: #3AD5C2; }
a { background-color: rgb(58,213,194); }
div.DivClassName
{
background-color: #3AD5C2;
}
.BgClassName
{
background-color: #3AD5C2;
}
</style>
border-color css
<style>
span { border-color: #3AD5C2; }
span { border-color: rgb(58,213,194); }
td.TdClassName
{
border-color: #3AD5C2;
}
.TagClassName
{
border-color: #3AD5C2;
}
</style>