Shades of Medium Turquoise #3ECDDA
Tints of Medium Turquoise #3ECDDA
RGB
CMYK
RGB Variations
Color information
#3ECDDA (or 0x3ECDDA) is known color: Medium Turquoise. HEX triplet: 3E, CD and DA. RGB value is (62,205,218). Sum of RGB (Red+Green+Blue) = 62+205+218=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #3ECDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDDA is #C13225. Grayscale: #A3A3A3. Windows color (decimal): -12661286 or 14339390. OLE color: 14339390.
HSL color Cylindrical-coordinate representation of color #3ECDDA: hue angle of 185º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECDDA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 205 | 218 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.15 |
| HSL | 185º | 0.68% | 0.55% | - |
| HSV(B) | 185º | 0.72% | 0.85% | - |
| XYZ | 36.47 | 49.75 | 74.01 | - |
| YUV | 163.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 218 | 0.72 | 0.06 | 0 | 0.15 | 185 | 0.68 | 0.55 |
| Hex | 3E | CD | DA | 48 | 6 | 0 | F | B9 | 44 | 37 |
| Octal | 76 | 315 | 332 | 110 | 6 | 0 | 17 | 271 | 104 | 67 |
| Binary | 111110 | 11001101 | 11011010 | 1001000 | 110 | 0 | 1111 | 10111001 | 1000100 | 110111 |
Color Harmonies of #3ECDDA
Complementary color
Monochromatic Colors of #3ECDDA
Black with #3ECDDA
Text Example
Text Example
White with #3ECDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECDDA; }
p { color: rgb(62,205,218); }
H1.HeaderClassName
{
color: #3ECDDA;
}
.AnyTagClassName
{
color: #3ECDDA;
}
</style>
background-color css
<style>
a { background-color: #3ECDDA; }
a { background-color: rgb(62,205,218); }
div.DivClassName
{
background-color: #3ECDDA;
}
.BgClassName
{
background-color: #3ECDDA;
}
</style>
border-color css
<style>
span { border-color: #3ECDDA; }
span { border-color: rgb(62,205,218); }
td.TdClassName
{
border-color: #3ECDDA;
}
.TagClassName
{
border-color: #3ECDDA;
}
</style>