Shades of Medium Turquoise #3ECFD5
Tints of Medium Turquoise #3ECFD5
RGB
CMYK
RGB Variations
Color information
#3ECFD5 (or 0x3ECFD5) is known color: Medium Turquoise. HEX triplet: 3E, CF and D5. RGB value is (62,207,213). Sum of RGB (Red+Green+Blue) = 62+207+213=482 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.86% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #3ECFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFD5 is #C1302A. Grayscale: #A4A4A4. Windows color (decimal): -12660779 or 14012222. OLE color: 14012222.
HSL color Cylindrical-coordinate representation of color #3ECFD5: hue angle of 182.38º 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 #3ECFD5 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 207 | 213 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.16 |
| HSL | 182.38º | 0.64% | 0.54% | - |
| HSV(B) | 182.38º | 0.71% | 0.84% | - |
| XYZ | 36.31 | 50.45 | 70.78 | - |
| YUV | 164.33 | 155.46 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 213 | 0.71 | 0.03 | 0 | 0.16 | 182.38 | 0.64 | 0.54 |
| Hex | 3E | CF | D5 | 47 | 3 | 0 | 10 | B6 | 40 | 36 |
| Octal | 76 | 317 | 325 | 107 | 3 | 0 | 20 | 266 | 100 | 66 |
| Binary | 111110 | 11001111 | 11010101 | 1000111 | 11 | 0 | 10000 | 10110110 | 1000000 | 110110 |
Color Harmonies of #3ECFD5
Complementary color
Monochromatic Colors of #3ECFD5
Black with #3ECFD5
Text Example
Text Example
White with #3ECFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFD5; }
p { color: rgb(62,207,213); }
H1.HeaderClassName
{
color: #3ECFD5;
}
.AnyTagClassName
{
color: #3ECFD5;
}
</style>
background-color css
<style>
a { background-color: #3ECFD5; }
a { background-color: rgb(62,207,213); }
div.DivClassName
{
background-color: #3ECFD5;
}
.BgClassName
{
background-color: #3ECFD5;
}
</style>
border-color css
<style>
span { border-color: #3ECFD5; }
span { border-color: rgb(62,207,213); }
td.TdClassName
{
border-color: #3ECFD5;
}
.TagClassName
{
border-color: #3ECFD5;
}
</style>