Shades of Medium Turquoise #3ED2E3
Tints of Medium Turquoise #3ED2E3
RGB
CMYK
RGB Variations
Color information
#3ED2E3 (or 0x3ED2E3) is known color: Medium Turquoise. HEX triplet: 3E, D2 and E3. RGB value is (62,210,227). Sum of RGB (Red+Green+Blue) = 62+210+227=499 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.42% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #3ED2E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED2E3 is #C12D1C. Grayscale: #A7A7A7. Windows color (decimal): -12659997 or 14930494. OLE color: 14930494.
HSL color Cylindrical-coordinate representation of color #3ED2E3: hue angle of 186.18º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ED2E3 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 210 | 227 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.11 |
| HSL | 186.18º | 0.75% | 0.57% | - |
| HSV(B) | 186.18º | 0.73% | 0.89% | - |
| XYZ | 38.9 | 52.66 | 80.79 | - |
| YUV | 167.69 | 161.47 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 227 | 0.73 | 0.07 | 0 | 0.11 | 186.18 | 0.75 | 0.57 |
| Hex | 3E | D2 | E3 | 49 | 7 | 0 | B | BA | 4B | 39 |
| Octal | 76 | 322 | 343 | 111 | 7 | 0 | 13 | 272 | 113 | 71 |
| Binary | 111110 | 11010010 | 11100011 | 1001001 | 111 | 0 | 1011 | 10111010 | 1001011 | 111001 |
Color Harmonies of #3ED2E3
Complementary color
Monochromatic Colors of #3ED2E3
Black with #3ED2E3
Text Example
Text Example
White with #3ED2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED2E3; }
p { color: rgb(62,210,227); }
H1.HeaderClassName
{
color: #3ED2E3;
}
.AnyTagClassName
{
color: #3ED2E3;
}
</style>
background-color css
<style>
a { background-color: #3ED2E3; }
a { background-color: rgb(62,210,227); }
div.DivClassName
{
background-color: #3ED2E3;
}
.BgClassName
{
background-color: #3ED2E3;
}
</style>
border-color css
<style>
span { border-color: #3ED2E3; }
span { border-color: rgb(62,210,227); }
td.TdClassName
{
border-color: #3ED2E3;
}
.TagClassName
{
border-color: #3ED2E3;
}
</style>