Shades of Turquoise #3EE0CD
Tints of Turquoise #3EE0CD
RGB
CMYK
RGB Variations
Color information
#3EE0CD (or 0x3EE0CD) is known color: Turquoise. HEX triplet: 3E, E0 and CD. RGB value is (62,224,205). Sum of RGB (Red+Green+Blue) = 62+224+205=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0CD is #C11F32. Grayscale: #ADADAD. Windows color (decimal): -12656435 or 13492286. OLE color: 13492286.
HSL color Cylindrical-coordinate representation of color #3EE0CD: hue angle of 172.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE0CD is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 205 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.12 |
| HSL | 172.96º | 0.72% | 0.56% | - |
| HSV(B) | 172.96º | 0.72% | 0.88% | - |
| XYZ | 39.66 | 58.74 | 67.01 | - |
| YUV | 173.4 | 145.83 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 205 | 0.72 | 0 | 0.08 | 0.12 | 172.96 | 0.72 | 0.56 |
| Hex | 3E | E0 | CD | 48 | 0 | 8 | C | AD | 48 | 38 |
| Octal | 76 | 340 | 315 | 110 | 0 | 10 | 14 | 255 | 110 | 70 |
| Binary | 111110 | 11100000 | 11001101 | 1001000 | 0 | 1000 | 1100 | 10101101 | 1001000 | 111000 |
Color Harmonies of #3EE0CD
Complementary color
Monochromatic Colors of #3EE0CD
Black with #3EE0CD
Text Example
Text Example
White with #3EE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE0CD; }
p { color: rgb(62,224,205); }
H1.HeaderClassName
{
color: #3EE0CD;
}
.AnyTagClassName
{
color: #3EE0CD;
}
</style>
background-color css
<style>
a { background-color: #3EE0CD; }
a { background-color: rgb(62,224,205); }
div.DivClassName
{
background-color: #3EE0CD;
}
.BgClassName
{
background-color: #3EE0CD;
}
</style>
border-color css
<style>
span { border-color: #3EE0CD; }
span { border-color: rgb(62,224,205); }
td.TdClassName
{
border-color: #3EE0CD;
}
.TagClassName
{
border-color: #3EE0CD;
}
</style>