Shades of Medium Turquoise #3ECFE2
Tints of Medium Turquoise #3ECFE2
RGB
CMYK
RGB Variations
Color information
#3ECFE2 (or 0x3ECFE2) is known color: Medium Turquoise. HEX triplet: 3E, CF and E2. RGB value is (62,207,226). Sum of RGB (Red+Green+Blue) = 62+207+226=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #3ECFE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFE2 is #C1301D. Grayscale: #A5A5A5. Windows color (decimal): -12660766 or 14864190. OLE color: 14864190.
HSL color Cylindrical-coordinate representation of color #3ECFE2: hue angle of 186.95º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ECFE2 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 207 | 226 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.11 |
| HSL | 186.95º | 0.74% | 0.56% | - |
| HSV(B) | 186.95º | 0.73% | 0.89% | - |
| XYZ | 38.03 | 51.14 | 79.82 | - |
| YUV | 165.81 | 161.96 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 226 | 0.73 | 0.08 | 0 | 0.11 | 186.95 | 0.74 | 0.56 |
| Hex | 3E | CF | E2 | 49 | 8 | 0 | B | BB | 4A | 38 |
| Octal | 76 | 317 | 342 | 111 | 10 | 0 | 13 | 273 | 112 | 70 |
| Binary | 111110 | 11001111 | 11100010 | 1001001 | 1000 | 0 | 1011 | 10111011 | 1001010 | 111000 |
Color Harmonies of #3ECFE2
Complementary color
Monochromatic Colors of #3ECFE2
Black with #3ECFE2
Text Example
Text Example
White with #3ECFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFE2; }
p { color: rgb(62,207,226); }
H1.HeaderClassName
{
color: #3ECFE2;
}
.AnyTagClassName
{
color: #3ECFE2;
}
</style>
background-color css
<style>
a { background-color: #3ECFE2; }
a { background-color: rgb(62,207,226); }
div.DivClassName
{
background-color: #3ECFE2;
}
.BgClassName
{
background-color: #3ECFE2;
}
</style>
border-color css
<style>
span { border-color: #3ECFE2; }
span { border-color: rgb(62,207,226); }
td.TdClassName
{
border-color: #3ECFE2;
}
.TagClassName
{
border-color: #3ECFE2;
}
</style>