Shades of Turquoise #3EEAE1
Tints of Turquoise #3EEAE1
RGB
CMYK
RGB Variations
Color information
#3EEAE1 (or 0x3EEAE1) is known color: Turquoise. HEX triplet: 3E, EA and E1. RGB value is (62,234,225). Sum of RGB (Red+Green+Blue) = 62+234+225=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEAE1 is #C1151E. Grayscale: #B5B5B5. Windows color (decimal): -12653855 or 14805566. OLE color: 14805566.
HSL color Cylindrical-coordinate representation of color #3EEAE1: hue angle of 176.86º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEAE1 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 225 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.08 |
| HSL | 176.86º | 0.8% | 0.58% | - |
| HSV(B) | 176.86º | 0.74% | 0.92% | - |
| XYZ | 45 | 65.31 | 81.47 | - |
| YUV | 181.55 | 152.52 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 225 | 0.74 | 0 | 0.04 | 0.08 | 176.86 | 0.8 | 0.58 |
| Hex | 3E | EA | E1 | 4A | 0 | 4 | 8 | B1 | 50 | 3A |
| Octal | 76 | 352 | 341 | 112 | 0 | 4 | 10 | 261 | 120 | 72 |
| Binary | 111110 | 11101010 | 11100001 | 1001010 | 0 | 100 | 1000 | 10110001 | 1010000 | 111010 |
Color Harmonies of #3EEAE1
Complementary color
Monochromatic Colors of #3EEAE1
Black with #3EEAE1
Text Example
Text Example
White with #3EEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEAE1; }
p { color: rgb(62,234,225); }
H1.HeaderClassName
{
color: #3EEAE1;
}
.AnyTagClassName
{
color: #3EEAE1;
}
</style>
background-color css
<style>
a { background-color: #3EEAE1; }
a { background-color: rgb(62,234,225); }
div.DivClassName
{
background-color: #3EEAE1;
}
.BgClassName
{
background-color: #3EEAE1;
}
</style>
border-color css
<style>
span { border-color: #3EEAE1; }
span { border-color: rgb(62,234,225); }
td.TdClassName
{
border-color: #3EEAE1;
}
.TagClassName
{
border-color: #3EEAE1;
}
</style>