Shades of Medium Turquoise #3ED5CC
Tints of Medium Turquoise #3ED5CC
RGB
CMYK
RGB Variations
Color information
#3ED5CC (or 0x3ED5CC) is known color: Medium Turquoise. HEX triplet: 3E, D5 and CC. RGB value is (62,213,204). Sum of RGB (Red+Green+Blue) = 62+213+204=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED5CC is #C12A33. Grayscale: #A6A6A6. Windows color (decimal): -12659252 or 13423934. OLE color: 13423934.
HSL color Cylindrical-coordinate representation of color #3ED5CC: hue angle of 176.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED5CC is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 213 | 204 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.16 |
| HSL | 176.42º | 0.64% | 0.54% | - |
| HSV(B) | 176.42º | 0.71% | 0.84% | - |
| XYZ | 36.68 | 52.97 | 65.42 | - |
| YUV | 166.83 | 148.97 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 204 | 0.71 | 0 | 0.04 | 0.16 | 176.42 | 0.64 | 0.54 |
| Hex | 3E | D5 | CC | 47 | 0 | 4 | 10 | B0 | 40 | 36 |
| Octal | 76 | 325 | 314 | 107 | 0 | 4 | 20 | 260 | 100 | 66 |
| Binary | 111110 | 11010101 | 11001100 | 1000111 | 0 | 100 | 10000 | 10110000 | 1000000 | 110110 |
Color Harmonies of #3ED5CC
Complementary color
Monochromatic Colors of #3ED5CC
Black with #3ED5CC
Text Example
Text Example
White with #3ED5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED5CC; }
p { color: rgb(62,213,204); }
H1.HeaderClassName
{
color: #3ED5CC;
}
.AnyTagClassName
{
color: #3ED5CC;
}
</style>
background-color css
<style>
a { background-color: #3ED5CC; }
a { background-color: rgb(62,213,204); }
div.DivClassName
{
background-color: #3ED5CC;
}
.BgClassName
{
background-color: #3ED5CC;
}
</style>
border-color css
<style>
span { border-color: #3ED5CC; }
span { border-color: rgb(62,213,204); }
td.TdClassName
{
border-color: #3ED5CC;
}
.TagClassName
{
border-color: #3ED5CC;
}
</style>