Shades of Turquoise #3EDCC2
Tints of Turquoise #3EDCC2
RGB
CMYK
RGB Variations
Color information
#3EDCC2 (or 0x3EDCC2) is known color: Turquoise. HEX triplet: 3E, DC and C2. RGB value is (62,220,194). Sum of RGB (Red+Green+Blue) = 62+220+194=476 (63% of max value = 765). Red value is 62 (24.61% from 255 or 13.03% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCC2 is #C1233D. Grayscale: #A9A9A9. Windows color (decimal): -12657470 or 12770366. OLE color: 12770366.
HSL color Cylindrical-coordinate representation of color #3EDCC2: hue angle of 170.13º 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 #3EDCC2 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 194 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.14 |
| HSL | 170.13º | 0.69% | 0.55% | - |
| HSV(B) | 170.13º | 0.72% | 0.86% | - |
| XYZ | 37.32 | 56.11 | 59.9 | - |
| YUV | 169.79 | 141.65 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 194 | 0.72 | 0 | 0.12 | 0.14 | 170.13 | 0.69 | 0.55 |
| Hex | 3E | DC | C2 | 48 | 0 | C | E | AA | 45 | 37 |
| Octal | 76 | 334 | 302 | 110 | 0 | 14 | 16 | 252 | 105 | 67 |
| Binary | 111110 | 11011100 | 11000010 | 1001000 | 0 | 1100 | 1110 | 10101010 | 1000101 | 110111 |
Color Harmonies of #3EDCC2
Complementary color
Monochromatic Colors of #3EDCC2
Black with #3EDCC2
Text Example
Text Example
White with #3EDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDCC2; }
p { color: rgb(62,220,194); }
H1.HeaderClassName
{
color: #3EDCC2;
}
.AnyTagClassName
{
color: #3EDCC2;
}
</style>
background-color css
<style>
a { background-color: #3EDCC2; }
a { background-color: rgb(62,220,194); }
div.DivClassName
{
background-color: #3EDCC2;
}
.BgClassName
{
background-color: #3EDCC2;
}
</style>
border-color css
<style>
span { border-color: #3EDCC2; }
span { border-color: rgb(62,220,194); }
td.TdClassName
{
border-color: #3EDCC2;
}
.TagClassName
{
border-color: #3EDCC2;
}
</style>