Shades of Turquoise #3EEBC9
Tints of Turquoise #3EEBC9
RGB
CMYK
RGB Variations
Color information
#3EEBC9 (or 0x3EEBC9) is known color: Turquoise. HEX triplet: 3E, EB and C9. RGB value is (62,235,201). Sum of RGB (Red+Green+Blue) = 62+235+201=498 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.45% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBC9 is #C11436. Grayscale: #B3B3B3. Windows color (decimal): -12653623 or 13232958. OLE color: 13232958.
HSL color Cylindrical-coordinate representation of color #3EEBC9: hue angle of 168.21º 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 #3EEBC9 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 201 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.08 |
| HSL | 168.21º | 0.81% | 0.58% | - |
| HSV(B) | 168.21º | 0.74% | 0.92% | - |
| XYZ | 42.24 | 64.66 | 65.51 | - |
| YUV | 179.4 | 140.19 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 201 | 0.74 | 0 | 0.14 | 0.08 | 168.21 | 0.81 | 0.58 |
| Hex | 3E | EB | C9 | 4A | 0 | E | 8 | A8 | 51 | 3A |
| Octal | 76 | 353 | 311 | 112 | 0 | 16 | 10 | 250 | 121 | 72 |
| Binary | 111110 | 11101011 | 11001001 | 1001010 | 0 | 1110 | 1000 | 10101000 | 1010001 | 111010 |
Color Harmonies of #3EEBC9
Complementary color
Monochromatic Colors of #3EEBC9
Black with #3EEBC9
Text Example
Text Example
White with #3EEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBC9; }
p { color: rgb(62,235,201); }
H1.HeaderClassName
{
color: #3EEBC9;
}
.AnyTagClassName
{
color: #3EEBC9;
}
</style>
background-color css
<style>
a { background-color: #3EEBC9; }
a { background-color: rgb(62,235,201); }
div.DivClassName
{
background-color: #3EEBC9;
}
.BgClassName
{
background-color: #3EEBC9;
}
</style>
border-color css
<style>
span { border-color: #3EEBC9; }
span { border-color: rgb(62,235,201); }
td.TdClassName
{
border-color: #3EEBC9;
}
.TagClassName
{
border-color: #3EEBC9;
}
</style>