Shades of Medium Turquoise #3ED4CC
Tints of Medium Turquoise #3ED4CC
RGB
CMYK
RGB Variations
Color information
#3ED4CC (or 0x3ED4CC) is known color: Medium Turquoise. HEX triplet: 3E, D4 and CC. RGB value is (62,212,204). Sum of RGB (Red+Green+Blue) = 62+212+204=478 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.97% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #3ED4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED4CC is #C12B33. Grayscale: #A6A6A6. Windows color (decimal): -12659508 or 13423678. OLE color: 13423678.
HSL color Cylindrical-coordinate representation of color #3ED4CC: hue angle of 176.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED4CC is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 212 | 204 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.17 |
| HSL | 176.8º | 0.64% | 0.54% | - |
| HSV(B) | 176.8º | 0.71% | 0.83% | - |
| XYZ | 36.43 | 52.47 | 65.33 | - |
| YUV | 166.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 212 | 204 | 0.71 | 0 | 0.04 | 0.17 | 176.8 | 0.64 | 0.54 |
| Hex | 3E | D4 | CC | 47 | 0 | 4 | 11 | B1 | 40 | 36 |
| Octal | 76 | 324 | 314 | 107 | 0 | 4 | 21 | 261 | 100 | 66 |
| Binary | 111110 | 11010100 | 11001100 | 1000111 | 0 | 100 | 10001 | 10110001 | 1000000 | 110110 |
Color Harmonies of #3ED4CC
Complementary color
Monochromatic Colors of #3ED4CC
Black with #3ED4CC
Text Example
Text Example
White with #3ED4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED4CC; }
p { color: rgb(62,212,204); }
H1.HeaderClassName
{
color: #3ED4CC;
}
.AnyTagClassName
{
color: #3ED4CC;
}
</style>
background-color css
<style>
a { background-color: #3ED4CC; }
a { background-color: rgb(62,212,204); }
div.DivClassName
{
background-color: #3ED4CC;
}
.BgClassName
{
background-color: #3ED4CC;
}
</style>
border-color css
<style>
span { border-color: #3ED4CC; }
span { border-color: rgb(62,212,204); }
td.TdClassName
{
border-color: #3ED4CC;
}
.TagClassName
{
border-color: #3ED4CC;
}
</style>