Shades of Turquoise #3EDFC8
Tints of Turquoise #3EDFC8
RGB
CMYK
RGB Variations
Color information
#3EDFC8 (or 0x3EDFC8) is known color: Turquoise. HEX triplet: 3E, DF and C8. RGB value is (62,223,200). Sum of RGB (Red+Green+Blue) = 62+223+200=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFC8 is #C12037. Grayscale: #ACACAC. Windows color (decimal): -12656696 or 13164350. OLE color: 13164350.
HSL color Cylindrical-coordinate representation of color #3EDFC8: hue angle of 171.43º 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 #3EDFC8 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 200 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.13 |
| HSL | 171.43º | 0.72% | 0.56% | - |
| HSV(B) | 171.43º | 0.72% | 0.87% | - |
| XYZ | 38.8 | 57.97 | 63.79 | - |
| YUV | 172.24 | 143.66 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 200 | 0.72 | 0 | 0.10 | 0.13 | 171.43 | 0.72 | 0.56 |
| Hex | 3E | DF | C8 | 48 | 0 | A | D | AB | 48 | 38 |
| Octal | 76 | 337 | 310 | 110 | 0 | 12 | 15 | 253 | 110 | 70 |
| Binary | 111110 | 11011111 | 11001000 | 1001000 | 0 | 1010 | 1101 | 10101011 | 1001000 | 111000 |
Color Harmonies of #3EDFC8
Complementary color
Monochromatic Colors of #3EDFC8
Black with #3EDFC8
Text Example
Text Example
White with #3EDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFC8; }
p { color: rgb(62,223,200); }
H1.HeaderClassName
{
color: #3EDFC8;
}
.AnyTagClassName
{
color: #3EDFC8;
}
</style>
background-color css
<style>
a { background-color: #3EDFC8; }
a { background-color: rgb(62,223,200); }
div.DivClassName
{
background-color: #3EDFC8;
}
.BgClassName
{
background-color: #3EDFC8;
}
</style>
border-color css
<style>
span { border-color: #3EDFC8; }
span { border-color: rgb(62,223,200); }
td.TdClassName
{
border-color: #3EDFC8;
}
.TagClassName
{
border-color: #3EDFC8;
}
</style>