Shades of Medium Turquoise #3ECFE5
Tints of Medium Turquoise #3ECFE5
RGB
CMYK
RGB Variations
Color information
#3ECFE5 (or 0x3ECFE5) is known color: Medium Turquoise. HEX triplet: 3E, CF and E5. RGB value is (62,207,229). Sum of RGB (Red+Green+Blue) = 62+207+229=498 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.45% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #3ECFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFE5 is #C1301A. Grayscale: #A5A5A5. Windows color (decimal): -12660763 or 15060798. OLE color: 15060798.
HSL color Cylindrical-coordinate representation of color #3ECFE5: hue angle of 187.9º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ECFE5 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 207 | 229 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.10 |
| HSL | 187.9º | 0.76% | 0.57% | - |
| HSV(B) | 187.9º | 0.73% | 0.9% | - |
| XYZ | 38.44 | 51.31 | 82.01 | - |
| YUV | 166.15 | 163.46 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 229 | 0.73 | 0.10 | 0 | 0.10 | 187.9 | 0.76 | 0.57 |
| Hex | 3E | CF | E5 | 49 | A | 0 | A | BC | 4C | 39 |
| Octal | 76 | 317 | 345 | 111 | 12 | 0 | 12 | 274 | 114 | 71 |
| Binary | 111110 | 11001111 | 11100101 | 1001001 | 1010 | 0 | 1010 | 10111100 | 1001100 | 111001 |
Color Harmonies of #3ECFE5
Complementary color
Monochromatic Colors of #3ECFE5
Black with #3ECFE5
Text Example
Text Example
White with #3ECFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFE5; }
p { color: rgb(62,207,229); }
H1.HeaderClassName
{
color: #3ECFE5;
}
.AnyTagClassName
{
color: #3ECFE5;
}
</style>
background-color css
<style>
a { background-color: #3ECFE5; }
a { background-color: rgb(62,207,229); }
div.DivClassName
{
background-color: #3ECFE5;
}
.BgClassName
{
background-color: #3ECFE5;
}
</style>
border-color css
<style>
span { border-color: #3ECFE5; }
span { border-color: rgb(62,207,229); }
td.TdClassName
{
border-color: #3ECFE5;
}
.TagClassName
{
border-color: #3ECFE5;
}
</style>