Shades of Turquoise #3EFDAF
Tints of Turquoise #3EFDAF
RGB
CMYK
RGB Variations
Color information
#3EFDAF (or 0x3EFDAF) is known color: Turquoise. HEX triplet: 3E, FD and AF. RGB value is (62,253,175). Sum of RGB (Red+Green+Blue) = 62+253+175=490 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.65% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFDAF is #C10250. Grayscale: #BBBBBB. Windows color (decimal): -12649041 or 11533630. OLE color: 11533630.
HSL color Cylindrical-coordinate representation of color #3EFDAF: hue angle of 155.5º 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 #3EFDAF is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 175 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.01 |
| HSL | 155.5º | 0.98% | 0.62% | - |
| HSV(B) | 155.5º | 0.75% | 0.99% | - |
| XYZ | 44.85 | 74.37 | 52.55 | - |
| YUV | 187 | 121.22 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 175 | 0.75 | 0 | 0.31 | 0.01 | 155.5 | 0.98 | 0.62 |
| Hex | 3E | FD | AF | 4B | 0 | 1F | 1 | 9B | 62 | 3E |
| Octal | 76 | 375 | 257 | 113 | 0 | 37 | 1 | 233 | 142 | 76 |
| Binary | 111110 | 11111101 | 10101111 | 1001011 | 0 | 11111 | 1 | 10011011 | 1100010 | 111110 |
Color Harmonies of #3EFDAF
Complementary color
Monochromatic Colors of #3EFDAF
Black with #3EFDAF
Text Example
Text Example
White with #3EFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDAF; }
p { color: rgb(62,253,175); }
H1.HeaderClassName
{
color: #3EFDAF;
}
.AnyTagClassName
{
color: #3EFDAF;
}
</style>
background-color css
<style>
a { background-color: #3EFDAF; }
a { background-color: rgb(62,253,175); }
div.DivClassName
{
background-color: #3EFDAF;
}
.BgClassName
{
background-color: #3EFDAF;
}
</style>
border-color css
<style>
span { border-color: #3EFDAF; }
span { border-color: rgb(62,253,175); }
td.TdClassName
{
border-color: #3EFDAF;
}
.TagClassName
{
border-color: #3EFDAF;
}
</style>