Shades of Medium Turquoise #3ECFDE
Tints of Medium Turquoise #3ECFDE
RGB
CMYK
RGB Variations
Color information
#3ECFDE (or 0x3ECFDE) is known color: Medium Turquoise. HEX triplet: 3E, CF and DE. RGB value is (62,207,222). Sum of RGB (Red+Green+Blue) = 62+207+222=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #3ECFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFDE is #C13021. Grayscale: #A5A5A5. Windows color (decimal): -12660770 or 14602046. OLE color: 14602046.
HSL color Cylindrical-coordinate representation of color #3ECFDE: hue angle of 185.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECFDE is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 207 | 222 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.13 |
| HSL | 185.63º | 0.71% | 0.56% | - |
| HSV(B) | 185.63º | 0.72% | 0.87% | - |
| XYZ | 37.48 | 50.92 | 76.96 | - |
| YUV | 165.36 | 159.96 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 222 | 0.72 | 0.07 | 0 | 0.13 | 185.63 | 0.71 | 0.56 |
| Hex | 3E | CF | DE | 48 | 7 | 0 | D | BA | 47 | 38 |
| Octal | 76 | 317 | 336 | 110 | 7 | 0 | 15 | 272 | 107 | 70 |
| Binary | 111110 | 11001111 | 11011110 | 1001000 | 111 | 0 | 1101 | 10111010 | 1000111 | 111000 |
Color Harmonies of #3ECFDE
Complementary color
Monochromatic Colors of #3ECFDE
Black with #3ECFDE
Text Example
Text Example
White with #3ECFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFDE; }
p { color: rgb(62,207,222); }
H1.HeaderClassName
{
color: #3ECFDE;
}
.AnyTagClassName
{
color: #3ECFDE;
}
</style>
background-color css
<style>
a { background-color: #3ECFDE; }
a { background-color: rgb(62,207,222); }
div.DivClassName
{
background-color: #3ECFDE;
}
.BgClassName
{
background-color: #3ECFDE;
}
</style>
border-color css
<style>
span { border-color: #3ECFDE; }
span { border-color: rgb(62,207,222); }
td.TdClassName
{
border-color: #3ECFDE;
}
.TagClassName
{
border-color: #3ECFDE;
}
</style>