Shades of Turquoise #3EDFC7
Tints of Turquoise #3EDFC7
RGB
CMYK
RGB Variations
Color information
#3EDFC7 (or 0x3EDFC7) is known color: Turquoise. HEX triplet: 3E, DF and C7. RGB value is (62,223,199). Sum of RGB (Red+Green+Blue) = 62+223+199=484 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.81% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFC7 is #C12038. Grayscale: #ACACAC. Windows color (decimal): -12656697 or 13098814. OLE color: 13098814.
HSL color Cylindrical-coordinate representation of color #3EDFC7: hue angle of 171.06º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFC7 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 199 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.13 |
| HSL | 171.06º | 0.72% | 0.56% | - |
| HSV(B) | 171.06º | 0.72% | 0.87% | - |
| XYZ | 38.68 | 57.92 | 63.17 | - |
| YUV | 172.13 | 143.16 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 199 | 0.72 | 0 | 0.11 | 0.13 | 171.06 | 0.72 | 0.56 |
| Hex | 3E | DF | C7 | 48 | 0 | B | D | AB | 48 | 38 |
| Octal | 76 | 337 | 307 | 110 | 0 | 13 | 15 | 253 | 110 | 70 |
| Binary | 111110 | 11011111 | 11000111 | 1001000 | 0 | 1011 | 1101 | 10101011 | 1001000 | 111000 |
Color Harmonies of #3EDFC7
Complementary color
Monochromatic Colors of #3EDFC7
Black with #3EDFC7
Text Example
Text Example
White with #3EDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFC7; }
p { color: rgb(62,223,199); }
H1.HeaderClassName
{
color: #3EDFC7;
}
.AnyTagClassName
{
color: #3EDFC7;
}
</style>
background-color css
<style>
a { background-color: #3EDFC7; }
a { background-color: rgb(62,223,199); }
div.DivClassName
{
background-color: #3EDFC7;
}
.BgClassName
{
background-color: #3EDFC7;
}
</style>
border-color css
<style>
span { border-color: #3EDFC7; }
span { border-color: rgb(62,223,199); }
td.TdClassName
{
border-color: #3EDFC7;
}
.TagClassName
{
border-color: #3EDFC7;
}
</style>