Shades of Turquoise #3EFDCA
Tints of Turquoise #3EFDCA
RGB
CMYK
RGB Variations
Color information
#3EFDCA (or 0x3EFDCA) is known color: Turquoise. HEX triplet: 3E, FD and CA. RGB value is (62,253,202). Sum of RGB (Red+Green+Blue) = 62+253+202=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDCA is #C10235. Grayscale: #BEBEBE. Windows color (decimal): -12649014 or 13303102. OLE color: 13303102.
HSL color Cylindrical-coordinate representation of color #3EFDCA: hue angle of 163.98º 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 #3EFDCA is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 202 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.01 |
| HSL | 163.98º | 0.98% | 0.62% | - |
| HSV(B) | 163.98º | 0.75% | 0.99% | - |
| XYZ | 47.77 | 75.54 | 67.94 | - |
| YUV | 190.08 | 134.72 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 202 | 0.75 | 0 | 0.20 | 0.01 | 163.98 | 0.98 | 0.62 |
| Hex | 3E | FD | CA | 4B | 0 | 14 | 1 | A4 | 62 | 3E |
| Octal | 76 | 375 | 312 | 113 | 0 | 24 | 1 | 244 | 142 | 76 |
| Binary | 111110 | 11111101 | 11001010 | 1001011 | 0 | 10100 | 1 | 10100100 | 1100010 | 111110 |
Color Harmonies of #3EFDCA
Complementary color
Monochromatic Colors of #3EFDCA
Black with #3EFDCA
Text Example
Text Example
White with #3EFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDCA; }
p { color: rgb(62,253,202); }
H1.HeaderClassName
{
color: #3EFDCA;
}
.AnyTagClassName
{
color: #3EFDCA;
}
</style>
background-color css
<style>
a { background-color: #3EFDCA; }
a { background-color: rgb(62,253,202); }
div.DivClassName
{
background-color: #3EFDCA;
}
.BgClassName
{
background-color: #3EFDCA;
}
</style>
border-color css
<style>
span { border-color: #3EFDCA; }
span { border-color: rgb(62,253,202); }
td.TdClassName
{
border-color: #3EFDCA;
}
.TagClassName
{
border-color: #3EFDCA;
}
</style>