Shades of Turquoise #3EF9BA
Tints of Turquoise #3EF9BA
RGB
CMYK
RGB Variations
Color information
#3EF9BA (or 0x3EF9BA) is known color: Turquoise. HEX triplet: 3E, F9 and BA. RGB value is (62,249,186). Sum of RGB (Red+Green+Blue) = 62+249+186=497 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.47% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #3EF9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF9BA is #C10645. Grayscale: #B9B9B9. Windows color (decimal): -12650054 or 12253502. OLE color: 12253502.
HSL color Cylindrical-coordinate representation of color #3EF9BA: hue angle of 159.79º degrees, saturation: 0.94, 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 #3EF9BA is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 249 | 186 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.02 |
| HSL | 159.79º | 0.94% | 0.61% | - |
| HSV(B) | 159.79º | 0.75% | 0.98% | - |
| XYZ | 44.73 | 72.32 | 58.06 | - |
| YUV | 185.91 | 128.05 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 249 | 186 | 0.75 | 0 | 0.25 | 0.02 | 159.79 | 0.94 | 0.61 |
| Hex | 3E | F9 | BA | 4B | 0 | 19 | 2 | A0 | 5E | 3D |
| Octal | 76 | 371 | 272 | 113 | 0 | 31 | 2 | 240 | 136 | 75 |
| Binary | 111110 | 11111001 | 10111010 | 1001011 | 0 | 11001 | 10 | 10100000 | 1011110 | 111101 |
Color Harmonies of #3EF9BA
Complementary color
Monochromatic Colors of #3EF9BA
Black with #3EF9BA
Text Example
Text Example
White with #3EF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF9BA; }
p { color: rgb(62,249,186); }
H1.HeaderClassName
{
color: #3EF9BA;
}
.AnyTagClassName
{
color: #3EF9BA;
}
</style>
background-color css
<style>
a { background-color: #3EF9BA; }
a { background-color: rgb(62,249,186); }
div.DivClassName
{
background-color: #3EF9BA;
}
.BgClassName
{
background-color: #3EF9BA;
}
</style>
border-color css
<style>
span { border-color: #3EF9BA; }
span { border-color: rgb(62,249,186); }
td.TdClassName
{
border-color: #3EF9BA;
}
.TagClassName
{
border-color: #3EF9BA;
}
</style>