Shades of Turquoise #3EEBEA
Tints of Turquoise #3EEBEA
RGB
CMYK
RGB Variations
Color information
#3EEBEA (or 0x3EEBEA) is known color: Turquoise. HEX triplet: 3E, EB and EA. RGB value is (62,235,234). Sum of RGB (Red+Green+Blue) = 62+235+234=531 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.68% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEBEA is #C11415. Grayscale: #B6B6B6. Windows color (decimal): -12653590 or 15395646. OLE color: 15395646.
HSL color Cylindrical-coordinate representation of color #3EEBEA: hue angle of 179.65º 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 #3EEBEA is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 234 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.08 |
| HSL | 179.65º | 0.81% | 0.58% | - |
| HSV(B) | 179.65º | 0.74% | 0.92% | - |
| XYZ | 46.55 | 66.38 | 88.2 | - |
| YUV | 183.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 234 | 0.74 | 0 | 0.00 | 0.08 | 179.65 | 0.81 | 0.58 |
| Hex | 3E | EB | EA | 4A | 0 | 0 | 8 | B4 | 51 | 3A |
| Octal | 76 | 353 | 352 | 112 | 0 | 0 | 10 | 264 | 121 | 72 |
| Binary | 111110 | 11101011 | 11101010 | 1001010 | 0 | 0 | 1000 | 10110100 | 1010001 | 111010 |
Color Harmonies of #3EEBEA
Complementary color
Monochromatic Colors of #3EEBEA
Black with #3EEBEA
Text Example
Text Example
White with #3EEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBEA; }
p { color: rgb(62,235,234); }
H1.HeaderClassName
{
color: #3EEBEA;
}
.AnyTagClassName
{
color: #3EEBEA;
}
</style>
background-color css
<style>
a { background-color: #3EEBEA; }
a { background-color: rgb(62,235,234); }
div.DivClassName
{
background-color: #3EEBEA;
}
.BgClassName
{
background-color: #3EEBEA;
}
</style>
border-color css
<style>
span { border-color: #3EEBEA; }
span { border-color: rgb(62,235,234); }
td.TdClassName
{
border-color: #3EEBEA;
}
.TagClassName
{
border-color: #3EEBEA;
}
</style>