Shades of Turquoise #3AFEAC
Tints of Turquoise #3AFEAC
RGB
CMYK
RGB Variations
Color information
#3AFEAC (or 0x3AFEAC) is known color: Turquoise. HEX triplet: 3A, FE and AC. RGB value is (58,254,172). Sum of RGB (Red+Green+Blue) = 58+254+172=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFEAC is #C50153. Grayscale: #BABABA. Windows color (decimal): -12910932 or 11337274. OLE color: 11337274.
HSL color Cylindrical-coordinate representation of color #3AFEAC: hue angle of 154.9º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEAC is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 172 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.00 |
| HSL | 154.9º | 0.99% | 0.61% | - |
| HSV(B) | 154.9º | 0.77% | 1% | - |
| XYZ | 44.63 | 74.76 | 51.11 | - |
| YUV | 186.05 | 120.07 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 172 | 0.77 | 0 | 0.32 | 0.00 | 154.9 | 0.99 | 0.61 |
| Hex | 3A | FE | AC | 4D | 0 | 20 | 0 | 9B | 63 | 3D |
| Octal | 72 | 376 | 254 | 115 | 0 | 40 | 0 | 233 | 143 | 75 |
| Binary | 111010 | 11111110 | 10101100 | 1001101 | 0 | 100000 | 0 | 10011011 | 1100011 | 111101 |
Color Harmonies of #3AFEAC
Complementary color
Monochromatic Colors of #3AFEAC
Black with #3AFEAC
Text Example
Text Example
White with #3AFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEAC; }
p { color: rgb(58,254,172); }
H1.HeaderClassName
{
color: #3AFEAC;
}
.AnyTagClassName
{
color: #3AFEAC;
}
</style>
background-color css
<style>
a { background-color: #3AFEAC; }
a { background-color: rgb(58,254,172); }
div.DivClassName
{
background-color: #3AFEAC;
}
.BgClassName
{
background-color: #3AFEAC;
}
</style>
border-color css
<style>
span { border-color: #3AFEAC; }
span { border-color: rgb(58,254,172); }
td.TdClassName
{
border-color: #3AFEAC;
}
.TagClassName
{
border-color: #3AFEAC;
}
</style>