Shades of Turquoise #3EFDC4
Tints of Turquoise #3EFDC4
RGB
CMYK
RGB Variations
Color information
#3EFDC4 (or 0x3EFDC4) is known color: Turquoise. HEX triplet: 3E, FD and C4. RGB value is (62,253,196). Sum of RGB (Red+Green+Blue) = 62+253+196=511 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.13% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDC4 is #C1023B. Grayscale: #BDBDBD. Windows color (decimal): -12649020 or 12909886. OLE color: 12909886.
HSL color Cylindrical-coordinate representation of color #3EFDC4: hue angle of 162.09º 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 #3EFDC4 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 196 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.01 |
| HSL | 162.09º | 0.98% | 0.62% | - |
| HSV(B) | 162.09º | 0.75% | 0.99% | - |
| XYZ | 47.08 | 75.26 | 64.27 | - |
| YUV | 189.39 | 131.72 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 196 | 0.75 | 0 | 0.23 | 0.01 | 162.09 | 0.98 | 0.62 |
| Hex | 3E | FD | C4 | 4B | 0 | 17 | 1 | A2 | 62 | 3E |
| Octal | 76 | 375 | 304 | 113 | 0 | 27 | 1 | 242 | 142 | 76 |
| Binary | 111110 | 11111101 | 11000100 | 1001011 | 0 | 10111 | 1 | 10100010 | 1100010 | 111110 |
Color Harmonies of #3EFDC4
Complementary color
Monochromatic Colors of #3EFDC4
Black with #3EFDC4
Text Example
Text Example
White with #3EFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDC4; }
p { color: rgb(62,253,196); }
H1.HeaderClassName
{
color: #3EFDC4;
}
.AnyTagClassName
{
color: #3EFDC4;
}
</style>
background-color css
<style>
a { background-color: #3EFDC4; }
a { background-color: rgb(62,253,196); }
div.DivClassName
{
background-color: #3EFDC4;
}
.BgClassName
{
background-color: #3EFDC4;
}
</style>
border-color css
<style>
span { border-color: #3EFDC4; }
span { border-color: rgb(62,253,196); }
td.TdClassName
{
border-color: #3EFDC4;
}
.TagClassName
{
border-color: #3EFDC4;
}
</style>