Shades of Turquoise #3EFDDA
Tints of Turquoise #3EFDDA
RGB
CMYK
RGB Variations
Color information
#3EFDDA (or 0x3EFDDA) is known color: Turquoise. HEX triplet: 3E, FD and DA. RGB value is (62,253,218). Sum of RGB (Red+Green+Blue) = 62+253+218=533 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.63% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDDA is #C10225. Grayscale: #BFBFBF. Windows color (decimal): -12648998 or 14351678. OLE color: 14351678.
HSL color Cylindrical-coordinate representation of color #3EFDDA: hue angle of 169.01º 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 #3EFDDA is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 218 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.01 |
| HSL | 169.01º | 0.98% | 0.62% | - |
| HSV(B) | 169.01º | 0.75% | 0.99% | - |
| XYZ | 49.77 | 76.34 | 78.44 | - |
| YUV | 191.9 | 142.72 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 218 | 0.75 | 0 | 0.14 | 0.01 | 169.01 | 0.98 | 0.62 |
| Hex | 3E | FD | DA | 4B | 0 | E | 1 | A9 | 62 | 3E |
| Octal | 76 | 375 | 332 | 113 | 0 | 16 | 1 | 251 | 142 | 76 |
| Binary | 111110 | 11111101 | 11011010 | 1001011 | 0 | 1110 | 1 | 10101001 | 1100010 | 111110 |
Color Harmonies of #3EFDDA
Complementary color
Monochromatic Colors of #3EFDDA
Black with #3EFDDA
Text Example
Text Example
White with #3EFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDDA; }
p { color: rgb(62,253,218); }
H1.HeaderClassName
{
color: #3EFDDA;
}
.AnyTagClassName
{
color: #3EFDDA;
}
</style>
background-color css
<style>
a { background-color: #3EFDDA; }
a { background-color: rgb(62,253,218); }
div.DivClassName
{
background-color: #3EFDDA;
}
.BgClassName
{
background-color: #3EFDDA;
}
</style>
border-color css
<style>
span { border-color: #3EFDDA; }
span { border-color: rgb(62,253,218); }
td.TdClassName
{
border-color: #3EFDDA;
}
.TagClassName
{
border-color: #3EFDDA;
}
</style>