Shades of Turquoise #3EFDAC
Tints of Turquoise #3EFDAC
RGB
CMYK
RGB Variations
Color information
#3EFDAC (or 0x3EFDAC) is known color: Turquoise. HEX triplet: 3E, FD and AC. RGB value is (62,253,172). Sum of RGB (Red+Green+Blue) = 62+253+172=487 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.73% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFDAC is #C10253. Grayscale: #BABABA. Windows color (decimal): -12649044 or 11337022. OLE color: 11337022.
HSL color Cylindrical-coordinate representation of color #3EFDAC: hue angle of 154.55º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDAC is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 172 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.01 |
| HSL | 154.56º | 0.98% | 0.62% | - |
| HSV(B) | 154.56º | 0.75% | 0.99% | - |
| XYZ | 44.56 | 74.25 | 51.01 | - |
| YUV | 186.66 | 119.72 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 172 | 0.75 | 0 | 0.32 | 0.01 | 154.56 | 0.98 | 0.62 |
| Hex | 3E | FD | AC | 4B | 0 | 20 | 1 | 9B | 62 | 3E |
| Octal | 76 | 375 | 254 | 113 | 0 | 40 | 1 | 233 | 142 | 76 |
| Binary | 111110 | 11111101 | 10101100 | 1001011 | 0 | 100000 | 1 | 10011011 | 1100010 | 111110 |
Color Harmonies of #3EFDAC
Complementary color
Monochromatic Colors of #3EFDAC
Black with #3EFDAC
Text Example
Text Example
White with #3EFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDAC; }
p { color: rgb(62,253,172); }
H1.HeaderClassName
{
color: #3EFDAC;
}
.AnyTagClassName
{
color: #3EFDAC;
}
</style>
background-color css
<style>
a { background-color: #3EFDAC; }
a { background-color: rgb(62,253,172); }
div.DivClassName
{
background-color: #3EFDAC;
}
.BgClassName
{
background-color: #3EFDAC;
}
</style>
border-color css
<style>
span { border-color: #3EFDAC; }
span { border-color: rgb(62,253,172); }
td.TdClassName
{
border-color: #3EFDAC;
}
.TagClassName
{
border-color: #3EFDAC;
}
</style>