Shades of Turquoise #3EFABB
Tints of Turquoise #3EFABB
RGB
CMYK
RGB Variations
Color information
#3EFABB (or 0x3EFABB) is known color: Turquoise. HEX triplet: 3E, FA and BB. RGB value is (62,250,187). Sum of RGB (Red+Green+Blue) = 62+250+187=499 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.42% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFABB is #C10544. Grayscale: #BABABA. Windows color (decimal): -12649797 or 12319294. OLE color: 12319294.
HSL color Cylindrical-coordinate representation of color #3EFABB: hue angle of 159.89º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFABB is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 187 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.02 |
| HSL | 159.89º | 0.95% | 0.61% | - |
| HSV(B) | 159.89º | 0.75% | 0.98% | - |
| XYZ | 45.14 | 72.98 | 58.72 | - |
| YUV | 186.61 | 128.22 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 187 | 0.75 | 0 | 0.25 | 0.02 | 159.89 | 0.95 | 0.61 |
| Hex | 3E | FA | BB | 4B | 0 | 19 | 2 | A0 | 5F | 3D |
| Octal | 76 | 372 | 273 | 113 | 0 | 31 | 2 | 240 | 137 | 75 |
| Binary | 111110 | 11111010 | 10111011 | 1001011 | 0 | 11001 | 10 | 10100000 | 1011111 | 111101 |
Color Harmonies of #3EFABB
Complementary color
Monochromatic Colors of #3EFABB
Black with #3EFABB
Text Example
Text Example
White with #3EFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFABB; }
p { color: rgb(62,250,187); }
H1.HeaderClassName
{
color: #3EFABB;
}
.AnyTagClassName
{
color: #3EFABB;
}
</style>
background-color css
<style>
a { background-color: #3EFABB; }
a { background-color: rgb(62,250,187); }
div.DivClassName
{
background-color: #3EFABB;
}
.BgClassName
{
background-color: #3EFABB;
}
</style>
border-color css
<style>
span { border-color: #3EFABB; }
span { border-color: rgb(62,250,187); }
td.TdClassName
{
border-color: #3EFABB;
}
.TagClassName
{
border-color: #3EFABB;
}
</style>