Shades of Turquoise #3EF2B5
Tints of Turquoise #3EF2B5
RGB
CMYK
RGB Variations
Color information
#3EF2B5 (or 0x3EF2B5) is known color: Turquoise. HEX triplet: 3E, F2 and B5. RGB value is (62,242,181). Sum of RGB (Red+Green+Blue) = 62+242+181=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF2B5 is #C10D4A. Grayscale: #B5B5B5. Windows color (decimal): -12651851 or 11924030. OLE color: 11924030.
HSL color Cylindrical-coordinate representation of color #3EF2B5: hue angle of 159.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF2B5 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 181 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.05 |
| HSL | 159.67º | 0.87% | 0.6% | - |
| HSV(B) | 159.67º | 0.74% | 0.95% | - |
| XYZ | 42.08 | 67.86 | 54.6 | - |
| YUV | 181.23 | 127.87 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 181 | 0.74 | 0 | 0.25 | 0.05 | 159.67 | 0.87 | 0.6 |
| Hex | 3E | F2 | B5 | 4A | 0 | 19 | 5 | A0 | 57 | 3C |
| Octal | 76 | 362 | 265 | 112 | 0 | 31 | 5 | 240 | 127 | 74 |
| Binary | 111110 | 11110010 | 10110101 | 1001010 | 0 | 11001 | 101 | 10100000 | 1010111 | 111100 |
Color Harmonies of #3EF2B5
Complementary color
Monochromatic Colors of #3EF2B5
Black with #3EF2B5
Text Example
Text Example
White with #3EF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF2B5; }
p { color: rgb(62,242,181); }
H1.HeaderClassName
{
color: #3EF2B5;
}
.AnyTagClassName
{
color: #3EF2B5;
}
</style>
background-color css
<style>
a { background-color: #3EF2B5; }
a { background-color: rgb(62,242,181); }
div.DivClassName
{
background-color: #3EF2B5;
}
.BgClassName
{
background-color: #3EF2B5;
}
</style>
border-color css
<style>
span { border-color: #3EF2B5; }
span { border-color: rgb(62,242,181); }
td.TdClassName
{
border-color: #3EF2B5;
}
.TagClassName
{
border-color: #3EF2B5;
}
</style>