Shades of Turquoise #3EF8C0
Tints of Turquoise #3EF8C0
RGB
CMYK
RGB Variations
Color information
#3EF8C0 (or 0x3EF8C0) is known color: Turquoise. HEX triplet: 3E, F8 and C0. RGB value is (62,248,192). Sum of RGB (Red+Green+Blue) = 62+248+192=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #3EF8C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF8C0 is #C1073F. Grayscale: #BABABA. Windows color (decimal): -12650304 or 12646462. OLE color: 12646462.
HSL color Cylindrical-coordinate representation of color #3EF8C0: hue angle of 161.94º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF8C0 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 62 | 248 | 192 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.03 |
| HSL | 161.94º | 0.93% | 0.61% | - |
| HSV(B) | 161.94º | 0.75% | 0.97% | - |
| XYZ | 45.07 | 71.96 | 61.38 | - |
| YUV | 186 | 131.38 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 248 | 192 | 0.75 | 0 | 0.23 | 0.03 | 161.94 | 0.93 | 0.61 |
| Hex | 3E | F8 | C0 | 4B | 0 | 17 | 3 | A2 | 5D | 3D |
| Octal | 76 | 370 | 300 | 113 | 0 | 27 | 3 | 242 | 135 | 75 |
| Binary | 111110 | 11111000 | 11000000 | 1001011 | 0 | 10111 | 11 | 10100010 | 1011101 | 111101 |
Color Harmonies of #3EF8C0
Complementary color
Monochromatic Colors of #3EF8C0
Black with #3EF8C0
Text Example
Text Example
White with #3EF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF8C0; }
p { color: rgb(62,248,192); }
H1.HeaderClassName
{
color: #3EF8C0;
}
.AnyTagClassName
{
color: #3EF8C0;
}
</style>
background-color css
<style>
a { background-color: #3EF8C0; }
a { background-color: rgb(62,248,192); }
div.DivClassName
{
background-color: #3EF8C0;
}
.BgClassName
{
background-color: #3EF8C0;
}
</style>
border-color css
<style>
span { border-color: #3EF8C0; }
span { border-color: rgb(62,248,192); }
td.TdClassName
{
border-color: #3EF8C0;
}
.TagClassName
{
border-color: #3EF8C0;
}
</style>