Shades of Turquoise #3EFEEB
Tints of Turquoise #3EFEEB
RGB
CMYK
RGB Variations
Color information
#3EFEEB (or 0x3EFEEB) is known color: Turquoise. HEX triplet: 3E, FE and EB. RGB value is (62,254,235). Sum of RGB (Red+Green+Blue) = 62+254+235=551 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.25% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFEEB is #C10114. Grayscale: #C2C2C2. Windows color (decimal): -12648725 or 15466046. OLE color: 15466046.
HSL color Cylindrical-coordinate representation of color #3EFEEB: hue angle of 174.06º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFEEB is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 235 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.00 |
| HSL | 174.06º | 0.99% | 0.62% | - |
| HSV(B) | 174.06º | 0.76% | 1% | - |
| XYZ | 52.42 | 77.91 | 90.87 | - |
| YUV | 194.43 | 150.89 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 235 | 0.76 | 0 | 0.07 | 0.00 | 174.06 | 0.99 | 0.62 |
| Hex | 3E | FE | EB | 4C | 0 | 7 | 0 | AE | 63 | 3E |
| Octal | 76 | 376 | 353 | 114 | 0 | 7 | 0 | 256 | 143 | 76 |
| Binary | 111110 | 11111110 | 11101011 | 1001100 | 0 | 111 | 0 | 10101110 | 1100011 | 111110 |
Color Harmonies of #3EFEEB
Complementary color
Monochromatic Colors of #3EFEEB
Black with #3EFEEB
Text Example
Text Example
White with #3EFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFEEB; }
p { color: rgb(62,254,235); }
H1.HeaderClassName
{
color: #3EFEEB;
}
.AnyTagClassName
{
color: #3EFEEB;
}
</style>
background-color css
<style>
a { background-color: #3EFEEB; }
a { background-color: rgb(62,254,235); }
div.DivClassName
{
background-color: #3EFEEB;
}
.BgClassName
{
background-color: #3EFEEB;
}
</style>
border-color css
<style>
span { border-color: #3EFEEB; }
span { border-color: rgb(62,254,235); }
td.TdClassName
{
border-color: #3EFEEB;
}
.TagClassName
{
border-color: #3EFEEB;
}
</style>