Shades of Turquoise #3EEABB
Tints of Turquoise #3EEABB
RGB
CMYK
RGB Variations
Color information
#3EEABB (or 0x3EEABB) is known color: Turquoise. HEX triplet: 3E, EA and BB. RGB value is (62,234,187). Sum of RGB (Red+Green+Blue) = 62+234+187=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEABB is #C11544. Grayscale: #B1B1B1. Windows color (decimal): -12653893 or 12315198. OLE color: 12315198.
HSL color Cylindrical-coordinate representation of color #3EEABB: hue angle of 163.6º 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 #3EEABB is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 187 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.08 |
| HSL | 163.6º | 0.8% | 0.58% | - |
| HSV(B) | 163.6º | 0.74% | 0.92% | - |
| XYZ | 40.38 | 63.46 | 57.13 | - |
| YUV | 177.21 | 133.52 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 187 | 0.74 | 0 | 0.20 | 0.08 | 163.6 | 0.8 | 0.58 |
| Hex | 3E | EA | BB | 4A | 0 | 14 | 8 | A4 | 50 | 3A |
| Octal | 76 | 352 | 273 | 112 | 0 | 24 | 10 | 244 | 120 | 72 |
| Binary | 111110 | 11101010 | 10111011 | 1001010 | 0 | 10100 | 1000 | 10100100 | 1010000 | 111010 |
Color Harmonies of #3EEABB
Complementary color
Monochromatic Colors of #3EEABB
Black with #3EEABB
Text Example
Text Example
White with #3EEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEABB; }
p { color: rgb(62,234,187); }
H1.HeaderClassName
{
color: #3EEABB;
}
.AnyTagClassName
{
color: #3EEABB;
}
</style>
background-color css
<style>
a { background-color: #3EEABB; }
a { background-color: rgb(62,234,187); }
div.DivClassName
{
background-color: #3EEABB;
}
.BgClassName
{
background-color: #3EEABB;
}
</style>
border-color css
<style>
span { border-color: #3EEABB; }
span { border-color: rgb(62,234,187); }
td.TdClassName
{
border-color: #3EEABB;
}
.TagClassName
{
border-color: #3EEABB;
}
</style>