Shades of Turquoise #3EEAD7
Tints of Turquoise #3EEAD7
RGB
CMYK
RGB Variations
Color information
#3EEAD7 (or 0x3EEAD7) is known color: Turquoise. HEX triplet: 3E, EA and D7. RGB value is (62,234,215). Sum of RGB (Red+Green+Blue) = 62+234+215=511 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.13% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEAD7 is #C11528. Grayscale: #B4B4B4. Windows color (decimal): -12653865 or 14150206. OLE color: 14150206.
HSL color Cylindrical-coordinate representation of color #3EEAD7: hue angle of 173.37º 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 #3EEAD7 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 215 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.08 |
| HSL | 173.37º | 0.8% | 0.58% | - |
| HSV(B) | 173.37º | 0.74% | 0.92% | - |
| XYZ | 43.68 | 64.78 | 74.49 | - |
| YUV | 180.41 | 147.52 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 215 | 0.74 | 0 | 0.08 | 0.08 | 173.37 | 0.8 | 0.58 |
| Hex | 3E | EA | D7 | 4A | 0 | 8 | 8 | AD | 50 | 3A |
| Octal | 76 | 352 | 327 | 112 | 0 | 10 | 10 | 255 | 120 | 72 |
| Binary | 111110 | 11101010 | 11010111 | 1001010 | 0 | 1000 | 1000 | 10101101 | 1010000 | 111010 |
Color Harmonies of #3EEAD7
Complementary color
Monochromatic Colors of #3EEAD7
Black with #3EEAD7
Text Example
Text Example
White with #3EEAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEAD7; }
p { color: rgb(62,234,215); }
H1.HeaderClassName
{
color: #3EEAD7;
}
.AnyTagClassName
{
color: #3EEAD7;
}
</style>
background-color css
<style>
a { background-color: #3EEAD7; }
a { background-color: rgb(62,234,215); }
div.DivClassName
{
background-color: #3EEAD7;
}
.BgClassName
{
background-color: #3EEAD7;
}
</style>
border-color css
<style>
span { border-color: #3EEAD7; }
span { border-color: rgb(62,234,215); }
td.TdClassName
{
border-color: #3EEAD7;
}
.TagClassName
{
border-color: #3EEAD7;
}
</style>