Shades of Turquoise #3EFDEA
Tints of Turquoise #3EFDEA
RGB
CMYK
RGB Variations
Color information
#3EFDEA (or 0x3EFDEA) is known color: Turquoise. HEX triplet: 3E, FD and EA. RGB value is (62,253,234). Sum of RGB (Red+Green+Blue) = 62+253+234=549 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.29% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFDEA is #C10215. Grayscale: #C1C1C1. Windows color (decimal): -12648982 or 15400254. OLE color: 15400254.
HSL color Cylindrical-coordinate representation of color #3EFDEA: hue angle of 174.03º degrees, saturation: 0.98, 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 #3EFDEA is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 234 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.01 |
| HSL | 174.03º | 0.98% | 0.62% | - |
| HSV(B) | 174.03º | 0.75% | 0.99% | - |
| XYZ | 51.96 | 77.22 | 90.01 | - |
| YUV | 193.73 | 150.72 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 234 | 0.75 | 0 | 0.08 | 0.01 | 174.03 | 0.98 | 0.62 |
| Hex | 3E | FD | EA | 4B | 0 | 8 | 1 | AE | 62 | 3E |
| Octal | 76 | 375 | 352 | 113 | 0 | 10 | 1 | 256 | 142 | 76 |
| Binary | 111110 | 11111101 | 11101010 | 1001011 | 0 | 1000 | 1 | 10101110 | 1100010 | 111110 |
Color Harmonies of #3EFDEA
Complementary color
Monochromatic Colors of #3EFDEA
Black with #3EFDEA
Text Example
Text Example
White with #3EFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDEA; }
p { color: rgb(62,253,234); }
H1.HeaderClassName
{
color: #3EFDEA;
}
.AnyTagClassName
{
color: #3EFDEA;
}
</style>
background-color css
<style>
a { background-color: #3EFDEA; }
a { background-color: rgb(62,253,234); }
div.DivClassName
{
background-color: #3EFDEA;
}
.BgClassName
{
background-color: #3EFDEA;
}
</style>
border-color css
<style>
span { border-color: #3EFDEA; }
span { border-color: rgb(62,253,234); }
td.TdClassName
{
border-color: #3EFDEA;
}
.TagClassName
{
border-color: #3EFDEA;
}
</style>