Shades of Turquoise #3EF8D4
Tints of Turquoise #3EF8D4
RGB
CMYK
RGB Variations
Color information
#3EF8D4 (or 0x3EF8D4) is known color: Turquoise. HEX triplet: 3E, F8 and D4. RGB value is (62,248,212). Sum of RGB (Red+Green+Blue) = 62+248+212=522 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.88% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #3EF8D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF8D4 is #C1072B. Grayscale: #BCBCBC. Windows color (decimal): -12650284 or 13957182. OLE color: 13957182.
HSL color Cylindrical-coordinate representation of color #3EF8D4: hue angle of 168.39º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF8D4 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 62 | 248 | 212 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.03 |
| HSL | 168.39º | 0.93% | 0.61% | - |
| HSV(B) | 168.39º | 0.75% | 0.97% | - |
| XYZ | 47.44 | 72.91 | 73.86 | - |
| YUV | 188.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 248 | 212 | 0.75 | 0 | 0.15 | 0.03 | 168.39 | 0.93 | 0.61 |
| Hex | 3E | F8 | D4 | 4B | 0 | F | 3 | A8 | 5D | 3D |
| Octal | 76 | 370 | 324 | 113 | 0 | 17 | 3 | 250 | 135 | 75 |
| Binary | 111110 | 11111000 | 11010100 | 1001011 | 0 | 1111 | 11 | 10101000 | 1011101 | 111101 |
Color Harmonies of #3EF8D4
Complementary color
Monochromatic Colors of #3EF8D4
Black with #3EF8D4
Text Example
Text Example
White with #3EF8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF8D4; }
p { color: rgb(62,248,212); }
H1.HeaderClassName
{
color: #3EF8D4;
}
.AnyTagClassName
{
color: #3EF8D4;
}
</style>
background-color css
<style>
a { background-color: #3EF8D4; }
a { background-color: rgb(62,248,212); }
div.DivClassName
{
background-color: #3EF8D4;
}
.BgClassName
{
background-color: #3EF8D4;
}
</style>
border-color css
<style>
span { border-color: #3EF8D4; }
span { border-color: rgb(62,248,212); }
td.TdClassName
{
border-color: #3EF8D4;
}
.TagClassName
{
border-color: #3EF8D4;
}
</style>