Shades of Turquoise #3AEBC1
Tints of Turquoise #3AEBC1
RGB
CMYK
RGB Variations
Color information
#3AEBC1 (or 0x3AEBC1) is known color: Turquoise. HEX triplet: 3A, EB and C1. RGB value is (58,235,193). Sum of RGB (Red+Green+Blue) = 58+235+193=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBC1 is #C5143E. Grayscale: #B1B1B1. Windows color (decimal): -12915775 or 12708666. OLE color: 12708666.
HSL color Cylindrical-coordinate representation of color #3AEBC1: hue angle of 165.76º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEBC1 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 235 | 193 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.08 |
| HSL | 165.76º | 0.82% | 0.57% | - |
| HSV(B) | 165.76º | 0.75% | 0.92% | - |
| XYZ | 41.08 | 64.17 | 60.67 | - |
| YUV | 177.29 | 136.86 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 235 | 193 | 0.75 | 0 | 0.18 | 0.08 | 165.76 | 0.82 | 0.57 |
| Hex | 3A | EB | C1 | 4B | 0 | 12 | 8 | A6 | 52 | 39 |
| Octal | 72 | 353 | 301 | 113 | 0 | 22 | 10 | 246 | 122 | 71 |
| Binary | 111010 | 11101011 | 11000001 | 1001011 | 0 | 10010 | 1000 | 10100110 | 1010010 | 111001 |
Color Harmonies of #3AEBC1
Complementary color
Monochromatic Colors of #3AEBC1
Black with #3AEBC1
Text Example
Text Example
White with #3AEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEBC1; }
p { color: rgb(58,235,193); }
H1.HeaderClassName
{
color: #3AEBC1;
}
.AnyTagClassName
{
color: #3AEBC1;
}
</style>
background-color css
<style>
a { background-color: #3AEBC1; }
a { background-color: rgb(58,235,193); }
div.DivClassName
{
background-color: #3AEBC1;
}
.BgClassName
{
background-color: #3AEBC1;
}
</style>
border-color css
<style>
span { border-color: #3AEBC1; }
span { border-color: rgb(58,235,193); }
td.TdClassName
{
border-color: #3AEBC1;
}
.TagClassName
{
border-color: #3AEBC1;
}
</style>