Shades of Turquoise #3EECDA
Tints of Turquoise #3EECDA
RGB
CMYK
RGB Variations
Color information
#3EECDA (or 0x3EECDA) is known color: Turquoise. HEX triplet: 3E, EC and DA. RGB value is (62,236,218). Sum of RGB (Red+Green+Blue) = 62+236+218=516 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.02% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECDA is #C11325. Grayscale: #B5B5B5. Windows color (decimal): -12653350 or 14347326. OLE color: 14347326.
HSL color Cylindrical-coordinate representation of color #3EECDA: hue angle of 173.79º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECDA is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 218 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.07 |
| HSL | 173.79º | 0.82% | 0.58% | - |
| HSV(B) | 173.79º | 0.74% | 0.93% | - |
| XYZ | 44.64 | 66.08 | 76.73 | - |
| YUV | 181.92 | 148.35 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 218 | 0.74 | 0 | 0.08 | 0.07 | 173.79 | 0.82 | 0.58 |
| Hex | 3E | EC | DA | 4A | 0 | 8 | 7 | AE | 52 | 3A |
| Octal | 76 | 354 | 332 | 112 | 0 | 10 | 7 | 256 | 122 | 72 |
| Binary | 111110 | 11101100 | 11011010 | 1001010 | 0 | 1000 | 111 | 10101110 | 1010010 | 111010 |
Color Harmonies of #3EECDA
Complementary color
Monochromatic Colors of #3EECDA
Black with #3EECDA
Text Example
Text Example
White with #3EECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECDA; }
p { color: rgb(62,236,218); }
H1.HeaderClassName
{
color: #3EECDA;
}
.AnyTagClassName
{
color: #3EECDA;
}
</style>
background-color css
<style>
a { background-color: #3EECDA; }
a { background-color: rgb(62,236,218); }
div.DivClassName
{
background-color: #3EECDA;
}
.BgClassName
{
background-color: #3EECDA;
}
</style>
border-color css
<style>
span { border-color: #3EECDA; }
span { border-color: rgb(62,236,218); }
td.TdClassName
{
border-color: #3EECDA;
}
.TagClassName
{
border-color: #3EECDA;
}
</style>