Shades of Turquoise #3EEABD
Tints of Turquoise #3EEABD
RGB
CMYK
RGB Variations
Color information
#3EEABD (or 0x3EEABD) is known color: Turquoise. HEX triplet: 3E, EA and BD. RGB value is (62,234,189). Sum of RGB (Red+Green+Blue) = 62+234+189=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEABD is #C11542. Grayscale: #B1B1B1. Windows color (decimal): -12653891 or 12446270. OLE color: 12446270.
HSL color Cylindrical-coordinate representation of color #3EEABD: hue angle of 164.3º 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 #3EEABD is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 189 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.08 |
| HSL | 164.3º | 0.8% | 0.58% | - |
| HSV(B) | 164.3º | 0.74% | 0.92% | - |
| XYZ | 40.59 | 63.54 | 58.27 | - |
| YUV | 177.44 | 134.52 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 189 | 0.74 | 0 | 0.19 | 0.08 | 164.3 | 0.8 | 0.58 |
| Hex | 3E | EA | BD | 4A | 0 | 13 | 8 | A4 | 50 | 3A |
| Octal | 76 | 352 | 275 | 112 | 0 | 23 | 10 | 244 | 120 | 72 |
| Binary | 111110 | 11101010 | 10111101 | 1001010 | 0 | 10011 | 1000 | 10100100 | 1010000 | 111010 |
Color Harmonies of #3EEABD
Complementary color
Monochromatic Colors of #3EEABD
Black with #3EEABD
Text Example
Text Example
White with #3EEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEABD; }
p { color: rgb(62,234,189); }
H1.HeaderClassName
{
color: #3EEABD;
}
.AnyTagClassName
{
color: #3EEABD;
}
</style>
background-color css
<style>
a { background-color: #3EEABD; }
a { background-color: rgb(62,234,189); }
div.DivClassName
{
background-color: #3EEABD;
}
.BgClassName
{
background-color: #3EEABD;
}
</style>
border-color css
<style>
span { border-color: #3EEABD; }
span { border-color: rgb(62,234,189); }
td.TdClassName
{
border-color: #3EEABD;
}
.TagClassName
{
border-color: #3EEABD;
}
</style>