Shades of Turquoise #3AFFAC
Tints of Turquoise #3AFFAC
RGB
CMYK
RGB Variations
Color information
#3AFFAC (or 0x3AFFAC) is known color: Turquoise. HEX triplet: 3A, FF and AC. RGB value is (58,255,172). Sum of RGB (Red+Green+Blue) = 58+255+172=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFFAC is #C50053. Grayscale: #BABABA. Windows color (decimal): -12910676 or 11337530. OLE color: 11337530.
HSL color Cylindrical-coordinate representation of color #3AFFAC: hue angle of 154.72º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFAC is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 172 | - |
| CMYK | 0.77 | 0 | 0.33 | 0 |
| HSL | 154.72º | 1% | 0.61% | - |
| HSV(B) | 154.72º | 0.77% | 1% | - |
| XYZ | 44.95 | 75.4 | 51.21 | - |
| YUV | 186.64 | 119.73 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 172 | 0.77 | 0 | 0.33 | 0 | 154.72 | 1 | 0.61 |
| Hex | 3A | FF | AC | 4D | 0 | 21 | 0 | 9B | 64 | 3D |
| Octal | 72 | 377 | 254 | 115 | 0 | 41 | 0 | 233 | 144 | 75 |
| Binary | 111010 | 11111111 | 10101100 | 1001101 | 0 | 100001 | 0 | 10011011 | 1100100 | 111101 |
Color Harmonies of #3AFFAC
Complementary color
Monochromatic Colors of #3AFFAC
Black with #3AFFAC
Text Example
Text Example
White with #3AFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFAC; }
p { color: rgb(58,255,172); }
H1.HeaderClassName
{
color: #3AFFAC;
}
.AnyTagClassName
{
color: #3AFFAC;
}
</style>
background-color css
<style>
a { background-color: #3AFFAC; }
a { background-color: rgb(58,255,172); }
div.DivClassName
{
background-color: #3AFFAC;
}
.BgClassName
{
background-color: #3AFFAC;
}
</style>
border-color css
<style>
span { border-color: #3AFFAC; }
span { border-color: rgb(58,255,172); }
td.TdClassName
{
border-color: #3AFFAC;
}
.TagClassName
{
border-color: #3AFFAC;
}
</style>