Shades of Medium Turquoise #3ECFDD
Tints of Medium Turquoise #3ECFDD
RGB
CMYK
RGB Variations
Color information
#3ECFDD (or 0x3ECFDD) is known color: Medium Turquoise. HEX triplet: 3E, CF and DD. RGB value is (62,207,221). Sum of RGB (Red+Green+Blue) = 62+207+221=490 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.65% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ECFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFDD is #C13022. Grayscale: #A5A5A5. Windows color (decimal): -12660771 or 14536510. OLE color: 14536510.
HSL color Cylindrical-coordinate representation of color #3ECFDD: hue angle of 185.28º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECFDD is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 207 | 221 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.13 |
| HSL | 185.28º | 0.7% | 0.55% | - |
| HSV(B) | 185.28º | 0.72% | 0.87% | - |
| XYZ | 37.35 | 50.87 | 76.26 | - |
| YUV | 165.24 | 159.46 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 221 | 0.72 | 0.06 | 0 | 0.13 | 185.28 | 0.7 | 0.55 |
| Hex | 3E | CF | DD | 48 | 6 | 0 | D | B9 | 46 | 37 |
| Octal | 76 | 317 | 335 | 110 | 6 | 0 | 15 | 271 | 106 | 67 |
| Binary | 111110 | 11001111 | 11011101 | 1001000 | 110 | 0 | 1101 | 10111001 | 1000110 | 110111 |
Color Harmonies of #3ECFDD
Complementary color
Monochromatic Colors of #3ECFDD
Black with #3ECFDD
Text Example
Text Example
White with #3ECFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFDD; }
p { color: rgb(62,207,221); }
H1.HeaderClassName
{
color: #3ECFDD;
}
.AnyTagClassName
{
color: #3ECFDD;
}
</style>
background-color css
<style>
a { background-color: #3ECFDD; }
a { background-color: rgb(62,207,221); }
div.DivClassName
{
background-color: #3ECFDD;
}
.BgClassName
{
background-color: #3ECFDD;
}
</style>
border-color css
<style>
span { border-color: #3ECFDD; }
span { border-color: rgb(62,207,221); }
td.TdClassName
{
border-color: #3ECFDD;
}
.TagClassName
{
border-color: #3ECFDD;
}
</style>