Shades of Turquoise #3EE3B8
Tints of Turquoise #3EE3B8
RGB
CMYK
RGB Variations
Color information
#3EE3B8 (or 0x3EE3B8) is known color: Turquoise. HEX triplet: 3E, E3 and B8. RGB value is (62,227,184). Sum of RGB (Red+Green+Blue) = 62+227+184=473 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.11% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE3B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE3B8 is #C11C47. Grayscale: #ACACAC. Windows color (decimal): -12655688 or 12116798. OLE color: 12116798.
HSL color Cylindrical-coordinate representation of color #3EE3B8: hue angle of 164.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE3B8 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 184 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.11 |
| HSL | 164.36º | 0.75% | 0.57% | - |
| HSV(B) | 164.36º | 0.73% | 0.89% | - |
| XYZ | 38.11 | 59.42 | 54.81 | - |
| YUV | 172.76 | 134.34 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 184 | 0.73 | 0 | 0.19 | 0.11 | 164.36 | 0.75 | 0.57 |
| Hex | 3E | E3 | B8 | 49 | 0 | 13 | B | A4 | 4B | 39 |
| Octal | 76 | 343 | 270 | 111 | 0 | 23 | 13 | 244 | 113 | 71 |
| Binary | 111110 | 11100011 | 10111000 | 1001001 | 0 | 10011 | 1011 | 10100100 | 1001011 | 111001 |
Color Harmonies of #3EE3B8
Complementary color
Monochromatic Colors of #3EE3B8
Black with #3EE3B8
Text Example
Text Example
White with #3EE3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE3B8; }
p { color: rgb(62,227,184); }
H1.HeaderClassName
{
color: #3EE3B8;
}
.AnyTagClassName
{
color: #3EE3B8;
}
</style>
background-color css
<style>
a { background-color: #3EE3B8; }
a { background-color: rgb(62,227,184); }
div.DivClassName
{
background-color: #3EE3B8;
}
.BgClassName
{
background-color: #3EE3B8;
}
</style>
border-color css
<style>
span { border-color: #3EE3B8; }
span { border-color: rgb(62,227,184); }
td.TdClassName
{
border-color: #3EE3B8;
}
.TagClassName
{
border-color: #3EE3B8;
}
</style>