Shades of Turquoise #3EFEF2
Tints of Turquoise #3EFEF2
RGB
CMYK
RGB Variations
Color information
#3EFEF2 (or 0x3EFEF2) is known color: Turquoise. HEX triplet: 3E, FE and F2. RGB value is (62,254,242). Sum of RGB (Red+Green+Blue) = 62+254+242=558 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.11% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFEF2 is #C1010D. Grayscale: #C3C3C3. Windows color (decimal): -12648718 or 15924798. OLE color: 15924798.
HSL color Cylindrical-coordinate representation of color #3EFEF2: hue angle of 176.25º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFEF2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 242 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.00 |
| HSL | 176.25º | 0.99% | 0.62% | - |
| HSV(B) | 176.25º | 0.76% | 1% | - |
| XYZ | 53.46 | 78.32 | 96.3 | - |
| YUV | 195.22 | 154.39 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 242 | 0.76 | 0 | 0.05 | 0.00 | 176.25 | 0.99 | 0.62 |
| Hex | 3E | FE | F2 | 4C | 0 | 5 | 0 | B0 | 63 | 3E |
| Octal | 76 | 376 | 362 | 114 | 0 | 5 | 0 | 260 | 143 | 76 |
| Binary | 111110 | 11111110 | 11110010 | 1001100 | 0 | 101 | 0 | 10110000 | 1100011 | 111110 |
Color Harmonies of #3EFEF2
Complementary color
Monochromatic Colors of #3EFEF2
Black with #3EFEF2
Text Example
Text Example
White with #3EFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFEF2; }
p { color: rgb(62,254,242); }
H1.HeaderClassName
{
color: #3EFEF2;
}
.AnyTagClassName
{
color: #3EFEF2;
}
</style>
background-color css
<style>
a { background-color: #3EFEF2; }
a { background-color: rgb(62,254,242); }
div.DivClassName
{
background-color: #3EFEF2;
}
.BgClassName
{
background-color: #3EFEF2;
}
</style>
border-color css
<style>
span { border-color: #3EFEF2; }
span { border-color: rgb(62,254,242); }
td.TdClassName
{
border-color: #3EFEF2;
}
.TagClassName
{
border-color: #3EFEF2;
}
</style>