Shades of Turquoise #3EE2CA
Tints of Turquoise #3EE2CA
RGB
CMYK
RGB Variations
Color information
#3EE2CA (or 0x3EE2CA) is known color: Turquoise. HEX triplet: 3E, E2 and CA. RGB value is (62,226,202). Sum of RGB (Red+Green+Blue) = 62+226+202=490 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.65% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE2CA is #C11D35. Grayscale: #AEAEAE. Windows color (decimal): -12655926 or 13296190. OLE color: 13296190.
HSL color Cylindrical-coordinate representation of color #3EE2CA: hue angle of 171.22º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE2CA is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 226 | 202 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.11 |
| HSL | 171.22º | 0.74% | 0.56% | - |
| HSV(B) | 171.22º | 0.73% | 0.89% | - |
| XYZ | 39.84 | 59.68 | 65.3 | - |
| YUV | 174.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 226 | 202 | 0.73 | 0 | 0.11 | 0.11 | 171.22 | 0.74 | 0.56 |
| Hex | 3E | E2 | CA | 49 | 0 | B | B | AB | 4A | 38 |
| Octal | 76 | 342 | 312 | 111 | 0 | 13 | 13 | 253 | 112 | 70 |
| Binary | 111110 | 11100010 | 11001010 | 1001001 | 0 | 1011 | 1011 | 10101011 | 1001010 | 111000 |
Color Harmonies of #3EE2CA
Complementary color
Monochromatic Colors of #3EE2CA
Black with #3EE2CA
Text Example
Text Example
White with #3EE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE2CA; }
p { color: rgb(62,226,202); }
H1.HeaderClassName
{
color: #3EE2CA;
}
.AnyTagClassName
{
color: #3EE2CA;
}
</style>
background-color css
<style>
a { background-color: #3EE2CA; }
a { background-color: rgb(62,226,202); }
div.DivClassName
{
background-color: #3EE2CA;
}
.BgClassName
{
background-color: #3EE2CA;
}
</style>
border-color css
<style>
span { border-color: #3EE2CA; }
span { border-color: rgb(62,226,202); }
td.TdClassName
{
border-color: #3EE2CA;
}
.TagClassName
{
border-color: #3EE2CA;
}
</style>