Shades of Medium Turquoise #3ECFDC
Tints of Medium Turquoise #3ECFDC
RGB
CMYK
RGB Variations
Color information
#3ECFDC (or 0x3ECFDC) is known color: Medium Turquoise. HEX triplet: 3E, CF and DC. RGB value is (62,207,220). Sum of RGB (Red+Green+Blue) = 62+207+220=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ECFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFDC is #C13023. Grayscale: #A4A4A4. Windows color (decimal): -12660772 or 14470974. OLE color: 14470974.
HSL color Cylindrical-coordinate representation of color #3ECFDC: hue angle of 184.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECFDC is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 207 | 220 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.14 |
| HSL | 184.94º | 0.69% | 0.55% | - |
| HSV(B) | 184.94º | 0.72% | 0.86% | - |
| XYZ | 37.22 | 50.82 | 75.56 | - |
| YUV | 165.13 | 158.96 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 220 | 0.72 | 0.06 | 0 | 0.14 | 184.94 | 0.69 | 0.55 |
| Hex | 3E | CF | DC | 48 | 6 | 0 | E | B9 | 45 | 37 |
| Octal | 76 | 317 | 334 | 110 | 6 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111110 | 11001111 | 11011100 | 1001000 | 110 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3ECFDC
Complementary color
Monochromatic Colors of #3ECFDC
Black with #3ECFDC
Text Example
Text Example
White with #3ECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFDC; }
p { color: rgb(62,207,220); }
H1.HeaderClassName
{
color: #3ECFDC;
}
.AnyTagClassName
{
color: #3ECFDC;
}
</style>
background-color css
<style>
a { background-color: #3ECFDC; }
a { background-color: rgb(62,207,220); }
div.DivClassName
{
background-color: #3ECFDC;
}
.BgClassName
{
background-color: #3ECFDC;
}
</style>
border-color css
<style>
span { border-color: #3ECFDC; }
span { border-color: rgb(62,207,220); }
td.TdClassName
{
border-color: #3ECFDC;
}
.TagClassName
{
border-color: #3ECFDC;
}
</style>