Shades of Turquoise #3EFCEA
Tints of Turquoise #3EFCEA
RGB
CMYK
RGB Variations
Color information
#3EFCEA (or 0x3EFCEA) is known color: Turquoise. HEX triplet: 3E, FC and EA. RGB value is (62,252,234). Sum of RGB (Red+Green+Blue) = 62+252+234=548 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.31% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFCEA is #C10315. Grayscale: #C1C1C1. Windows color (decimal): -12649238 or 15399998. OLE color: 15399998.
HSL color Cylindrical-coordinate representation of color #3EFCEA: hue angle of 174.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFCEA is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 234 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.01 |
| HSL | 174.32º | 0.97% | 0.62% | - |
| HSV(B) | 174.32º | 0.75% | 0.99% | - |
| XYZ | 51.65 | 76.59 | 89.9 | - |
| YUV | 193.14 | 151.05 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 234 | 0.75 | 0 | 0.07 | 0.01 | 174.32 | 0.97 | 0.62 |
| Hex | 3E | FC | EA | 4B | 0 | 7 | 1 | AE | 61 | 3E |
| Octal | 76 | 374 | 352 | 113 | 0 | 7 | 1 | 256 | 141 | 76 |
| Binary | 111110 | 11111100 | 11101010 | 1001011 | 0 | 111 | 1 | 10101110 | 1100001 | 111110 |
Color Harmonies of #3EFCEA
Complementary color
Monochromatic Colors of #3EFCEA
Black with #3EFCEA
Text Example
Text Example
White with #3EFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFCEA; }
p { color: rgb(62,252,234); }
H1.HeaderClassName
{
color: #3EFCEA;
}
.AnyTagClassName
{
color: #3EFCEA;
}
</style>
background-color css
<style>
a { background-color: #3EFCEA; }
a { background-color: rgb(62,252,234); }
div.DivClassName
{
background-color: #3EFCEA;
}
.BgClassName
{
background-color: #3EFCEA;
}
</style>
border-color css
<style>
span { border-color: #3EFCEA; }
span { border-color: rgb(62,252,234); }
td.TdClassName
{
border-color: #3EFCEA;
}
.TagClassName
{
border-color: #3EFCEA;
}
</style>