Shades of Turquoise #3EEBE9
Tints of Turquoise #3EEBE9
RGB
CMYK
RGB Variations
Color information
#3EEBE9 (or 0x3EEBE9) is known color: Turquoise. HEX triplet: 3E, EB and E9. RGB value is (62,235,233). Sum of RGB (Red+Green+Blue) = 62+235+233=530 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.70% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEBE9 is #C11416. Grayscale: #B6B6B6. Windows color (decimal): -12653591 or 15330110. OLE color: 15330110.
HSL color Cylindrical-coordinate representation of color #3EEBE9: hue angle of 179.31º 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 #3EEBE9 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 233 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.08 |
| HSL | 179.31º | 0.81% | 0.58% | - |
| HSV(B) | 179.31º | 0.74% | 0.92% | - |
| XYZ | 46.4 | 66.32 | 87.45 | - |
| YUV | 183.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 233 | 0.74 | 0 | 0.01 | 0.08 | 179.31 | 0.81 | 0.58 |
| Hex | 3E | EB | E9 | 4A | 0 | 1 | 8 | B3 | 51 | 3A |
| Octal | 76 | 353 | 351 | 112 | 0 | 1 | 10 | 263 | 121 | 72 |
| Binary | 111110 | 11101011 | 11101001 | 1001010 | 0 | 1 | 1000 | 10110011 | 1010001 | 111010 |
Color Harmonies of #3EEBE9
Complementary color
Monochromatic Colors of #3EEBE9
Black with #3EEBE9
Text Example
Text Example
White with #3EEBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBE9; }
p { color: rgb(62,235,233); }
H1.HeaderClassName
{
color: #3EEBE9;
}
.AnyTagClassName
{
color: #3EEBE9;
}
</style>
background-color css
<style>
a { background-color: #3EEBE9; }
a { background-color: rgb(62,235,233); }
div.DivClassName
{
background-color: #3EEBE9;
}
.BgClassName
{
background-color: #3EEBE9;
}
</style>
border-color css
<style>
span { border-color: #3EEBE9; }
span { border-color: rgb(62,235,233); }
td.TdClassName
{
border-color: #3EEBE9;
}
.TagClassName
{
border-color: #3EEBE9;
}
</style>