Shades of Turquoise #3EDCC4
Tints of Turquoise #3EDCC4
RGB
CMYK
RGB Variations
Color information
#3EDCC4 (or 0x3EDCC4) is known color: Turquoise. HEX triplet: 3E, DC and C4. RGB value is (62,220,196). Sum of RGB (Red+Green+Blue) = 62+220+196=478 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.97% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCC4 is #C1233B. Grayscale: #A9A9A9. Windows color (decimal): -12657468 or 12901438. OLE color: 12901438.
HSL color Cylindrical-coordinate representation of color #3EDCC4: hue angle of 170.89º 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 #3EDCC4 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 196 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.14 |
| HSL | 170.89º | 0.69% | 0.55% | - |
| HSV(B) | 170.89º | 0.72% | 0.86% | - |
| XYZ | 37.54 | 56.2 | 61.09 | - |
| YUV | 170.02 | 142.65 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 196 | 0.72 | 0 | 0.11 | 0.14 | 170.89 | 0.69 | 0.55 |
| Hex | 3E | DC | C4 | 48 | 0 | B | E | AB | 45 | 37 |
| Octal | 76 | 334 | 304 | 110 | 0 | 13 | 16 | 253 | 105 | 67 |
| Binary | 111110 | 11011100 | 11000100 | 1001000 | 0 | 1011 | 1110 | 10101011 | 1000101 | 110111 |
Color Harmonies of #3EDCC4
Complementary color
Monochromatic Colors of #3EDCC4
Black with #3EDCC4
Text Example
Text Example
White with #3EDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDCC4; }
p { color: rgb(62,220,196); }
H1.HeaderClassName
{
color: #3EDCC4;
}
.AnyTagClassName
{
color: #3EDCC4;
}
</style>
background-color css
<style>
a { background-color: #3EDCC4; }
a { background-color: rgb(62,220,196); }
div.DivClassName
{
background-color: #3EDCC4;
}
.BgClassName
{
background-color: #3EDCC4;
}
</style>
border-color css
<style>
span { border-color: #3EDCC4; }
span { border-color: rgb(62,220,196); }
td.TdClassName
{
border-color: #3EDCC4;
}
.TagClassName
{
border-color: #3EDCC4;
}
</style>