Shades of Turquoise #3BFEAC
Tints of Turquoise #3BFEAC
RGB
CMYK
RGB Variations
Color information
#3BFEAC (or 0x3BFEAC) is known color: Turquoise. HEX triplet: 3B, FE and AC. RGB value is (59,254,172). Sum of RGB (Red+Green+Blue) = 59+254+172=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFEAC is #C40153. Grayscale: #BABABA. Windows color (decimal): -12845396 or 11337275. OLE color: 11337275.
HSL color Cylindrical-coordinate representation of color #3BFEAC: hue angle of 154.77º 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 #3BFEAC is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 172 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.00 |
| HSL | 154.77º | 0.99% | 0.61% | - |
| HSV(B) | 154.77º | 0.77% | 1% | - |
| XYZ | 44.69 | 74.79 | 51.11 | - |
| YUV | 186.35 | 119.9 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 172 | 0.77 | 0 | 0.32 | 0.00 | 154.77 | 0.99 | 0.61 |
| Hex | 3B | FE | AC | 4D | 0 | 20 | 0 | 9B | 63 | 3D |
| Octal | 73 | 376 | 254 | 115 | 0 | 40 | 0 | 233 | 143 | 75 |
| Binary | 111011 | 11111110 | 10101100 | 1001101 | 0 | 100000 | 0 | 10011011 | 1100011 | 111101 |
Color Harmonies of #3BFEAC
Complementary color
Monochromatic Colors of #3BFEAC
Black with #3BFEAC
Text Example
Text Example
White with #3BFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEAC; }
p { color: rgb(59,254,172); }
H1.HeaderClassName
{
color: #3BFEAC;
}
.AnyTagClassName
{
color: #3BFEAC;
}
</style>
background-color css
<style>
a { background-color: #3BFEAC; }
a { background-color: rgb(59,254,172); }
div.DivClassName
{
background-color: #3BFEAC;
}
.BgClassName
{
background-color: #3BFEAC;
}
</style>
border-color css
<style>
span { border-color: #3BFEAC; }
span { border-color: rgb(59,254,172); }
td.TdClassName
{
border-color: #3BFEAC;
}
.TagClassName
{
border-color: #3BFEAC;
}
</style>