Shades of Turquoise #3EDCDA
Tints of Turquoise #3EDCDA
RGB
CMYK
RGB Variations
Color information
#3EDCDA (or 0x3EDCDA) is known color: Turquoise. HEX triplet: 3E, DC and DA. RGB value is (62,220,218). Sum of RGB (Red+Green+Blue) = 62+220+218=500 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCDA is #C12325. Grayscale: #ACACAC. Windows color (decimal): -12657446 or 14343230. OLE color: 14343230.
HSL color Cylindrical-coordinate representation of color #3EDCDA: hue angle of 179.24º 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 #3EDCDA is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 218 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.14 |
| HSL | 179.24º | 0.69% | 0.55% | - |
| HSV(B) | 179.24º | 0.72% | 0.86% | - |
| XYZ | 40.23 | 57.27 | 75.26 | - |
| YUV | 172.53 | 153.65 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 218 | 0.72 | 0 | 0.01 | 0.14 | 179.24 | 0.69 | 0.55 |
| Hex | 3E | DC | DA | 48 | 0 | 1 | E | B3 | 45 | 37 |
| Octal | 76 | 334 | 332 | 110 | 0 | 1 | 16 | 263 | 105 | 67 |
| Binary | 111110 | 11011100 | 11011010 | 1001000 | 0 | 1 | 1110 | 10110011 | 1000101 | 110111 |
Color Harmonies of #3EDCDA
Complementary color
Monochromatic Colors of #3EDCDA
Black with #3EDCDA
Text Example
Text Example
White with #3EDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDCDA; }
p { color: rgb(62,220,218); }
H1.HeaderClassName
{
color: #3EDCDA;
}
.AnyTagClassName
{
color: #3EDCDA;
}
</style>
background-color css
<style>
a { background-color: #3EDCDA; }
a { background-color: rgb(62,220,218); }
div.DivClassName
{
background-color: #3EDCDA;
}
.BgClassName
{
background-color: #3EDCDA;
}
</style>
border-color css
<style>
span { border-color: #3EDCDA; }
span { border-color: rgb(62,220,218); }
td.TdClassName
{
border-color: #3EDCDA;
}
.TagClassName
{
border-color: #3EDCDA;
}
</style>