Shades of Turquoise #3EF6BA
Tints of Turquoise #3EF6BA
RGB
CMYK
RGB Variations
Color information
#3EF6BA (or 0x3EF6BA) is known color: Turquoise. HEX triplet: 3E, F6 and BA. RGB value is (62,246,186). Sum of RGB (Red+Green+Blue) = 62+246+186=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #3EF6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF6BA is #C10945. Grayscale: #B8B8B8. Windows color (decimal): -12650822 or 12252734. OLE color: 12252734.
HSL color Cylindrical-coordinate representation of color #3EF6BA: hue angle of 160.43º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF6BA is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 246 | 186 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.04 |
| HSL | 160.43º | 0.91% | 0.6% | - |
| HSV(B) | 160.43º | 0.75% | 0.96% | - |
| XYZ | 43.81 | 70.48 | 57.75 | - |
| YUV | 184.14 | 129.04 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 246 | 186 | 0.75 | 0 | 0.24 | 0.04 | 160.43 | 0.91 | 0.6 |
| Hex | 3E | F6 | BA | 4B | 0 | 18 | 4 | A0 | 5B | 3C |
| Octal | 76 | 366 | 272 | 113 | 0 | 30 | 4 | 240 | 133 | 74 |
| Binary | 111110 | 11110110 | 10111010 | 1001011 | 0 | 11000 | 100 | 10100000 | 1011011 | 111100 |
Color Harmonies of #3EF6BA
Complementary color
Monochromatic Colors of #3EF6BA
Black with #3EF6BA
Text Example
Text Example
White with #3EF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF6BA; }
p { color: rgb(62,246,186); }
H1.HeaderClassName
{
color: #3EF6BA;
}
.AnyTagClassName
{
color: #3EF6BA;
}
</style>
background-color css
<style>
a { background-color: #3EF6BA; }
a { background-color: rgb(62,246,186); }
div.DivClassName
{
background-color: #3EF6BA;
}
.BgClassName
{
background-color: #3EF6BA;
}
</style>
border-color css
<style>
span { border-color: #3EF6BA; }
span { border-color: rgb(62,246,186); }
td.TdClassName
{
border-color: #3EF6BA;
}
.TagClassName
{
border-color: #3EF6BA;
}
</style>