Shades of Medium Turquoise #3ED2EA
Tints of Medium Turquoise #3ED2EA
RGB
CMYK
RGB Variations
Color information
#3ED2EA (or 0x3ED2EA) is known color: Medium Turquoise. HEX triplet: 3E, D2 and EA. RGB value is (62,210,234). Sum of RGB (Red+Green+Blue) = 62+210+234=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #3ED2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED2EA is #C12D15. Grayscale: #A8A8A8. Windows color (decimal): -12659990 or 15389246. OLE color: 15389246.
HSL color Cylindrical-coordinate representation of color #3ED2EA: hue angle of 188.37º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ED2EA is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 210 | 234 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.08 |
| HSL | 188.37º | 0.8% | 0.58% | - |
| HSV(B) | 188.37º | 0.74% | 0.92% | - |
| XYZ | 39.88 | 53.06 | 85.98 | - |
| YUV | 168.48 | 164.97 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 234 | 0.74 | 0.10 | 0 | 0.08 | 188.37 | 0.8 | 0.58 |
| Hex | 3E | D2 | EA | 4A | A | 0 | 8 | BC | 50 | 3A |
| Octal | 76 | 322 | 352 | 112 | 12 | 0 | 10 | 274 | 120 | 72 |
| Binary | 111110 | 11010010 | 11101010 | 1001010 | 1010 | 0 | 1000 | 10111100 | 1010000 | 111010 |
Color Harmonies of #3ED2EA
Complementary color
Monochromatic Colors of #3ED2EA
Black with #3ED2EA
Text Example
Text Example
White with #3ED2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED2EA; }
p { color: rgb(62,210,234); }
H1.HeaderClassName
{
color: #3ED2EA;
}
.AnyTagClassName
{
color: #3ED2EA;
}
</style>
background-color css
<style>
a { background-color: #3ED2EA; }
a { background-color: rgb(62,210,234); }
div.DivClassName
{
background-color: #3ED2EA;
}
.BgClassName
{
background-color: #3ED2EA;
}
</style>
border-color css
<style>
span { border-color: #3ED2EA; }
span { border-color: rgb(62,210,234); }
td.TdClassName
{
border-color: #3ED2EA;
}
.TagClassName
{
border-color: #3ED2EA;
}
</style>