Shades of Turquoise #3EEBC2
Tints of Turquoise #3EEBC2
RGB
CMYK
RGB Variations
Color information
#3EEBC2 (or 0x3EEBC2) is known color: Turquoise. HEX triplet: 3E, EB and C2. RGB value is (62,235,194). Sum of RGB (Red+Green+Blue) = 62+235+194=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBC2 is #C1143D. Grayscale: #B2B2B2. Windows color (decimal): -12653630 or 12774206. OLE color: 12774206.
HSL color Cylindrical-coordinate representation of color #3EEBC2: hue angle of 165.78º degrees, saturation: 0.81, 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 #3EEBC2 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 194 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.08 |
| HSL | 165.78º | 0.81% | 0.58% | - |
| HSV(B) | 165.78º | 0.74% | 0.92% | - |
| XYZ | 41.43 | 64.34 | 61.27 | - |
| YUV | 178.6 | 136.69 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 194 | 0.74 | 0 | 0.17 | 0.08 | 165.78 | 0.81 | 0.58 |
| Hex | 3E | EB | C2 | 4A | 0 | 11 | 8 | A6 | 51 | 3A |
| Octal | 76 | 353 | 302 | 112 | 0 | 21 | 10 | 246 | 121 | 72 |
| Binary | 111110 | 11101011 | 11000010 | 1001010 | 0 | 10001 | 1000 | 10100110 | 1010001 | 111010 |
Color Harmonies of #3EEBC2
Complementary color
Monochromatic Colors of #3EEBC2
Black with #3EEBC2
Text Example
Text Example
White with #3EEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBC2; }
p { color: rgb(62,235,194); }
H1.HeaderClassName
{
color: #3EEBC2;
}
.AnyTagClassName
{
color: #3EEBC2;
}
</style>
background-color css
<style>
a { background-color: #3EEBC2; }
a { background-color: rgb(62,235,194); }
div.DivClassName
{
background-color: #3EEBC2;
}
.BgClassName
{
background-color: #3EEBC2;
}
</style>
border-color css
<style>
span { border-color: #3EEBC2; }
span { border-color: rgb(62,235,194); }
td.TdClassName
{
border-color: #3EEBC2;
}
.TagClassName
{
border-color: #3EEBC2;
}
</style>