Shades of Turquoise #3EE7B3
Tints of Turquoise #3EE7B3
RGB
CMYK
RGB Variations
Color information
#3EE7B3 (or 0x3EE7B3) is known color: Turquoise. HEX triplet: 3E, E7 and B3. RGB value is (62,231,179). Sum of RGB (Red+Green+Blue) = 62+231+179=472 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.14% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE7B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE7B3 is #C1184C. Grayscale: #AEAEAE. Windows color (decimal): -12654669 or 11790142. OLE color: 11790142.
HSL color Cylindrical-coordinate representation of color #3EE7B3: hue angle of 161.54º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE7B3 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 231 | 179 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.09 |
| HSL | 161.54º | 0.78% | 0.57% | - |
| HSV(B) | 161.54º | 0.73% | 0.91% | - |
| XYZ | 38.7 | 61.43 | 52.47 | - |
| YUV | 174.54 | 130.51 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 231 | 179 | 0.73 | 0 | 0.23 | 0.09 | 161.54 | 0.78 | 0.57 |
| Hex | 3E | E7 | B3 | 49 | 0 | 17 | 9 | A2 | 4E | 39 |
| Octal | 76 | 347 | 263 | 111 | 0 | 27 | 11 | 242 | 116 | 71 |
| Binary | 111110 | 11100111 | 10110011 | 1001001 | 0 | 10111 | 1001 | 10100010 | 1001110 | 111001 |
Color Harmonies of #3EE7B3
Complementary color
Monochromatic Colors of #3EE7B3
Black with #3EE7B3
Text Example
Text Example
White with #3EE7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE7B3; }
p { color: rgb(62,231,179); }
H1.HeaderClassName
{
color: #3EE7B3;
}
.AnyTagClassName
{
color: #3EE7B3;
}
</style>
background-color css
<style>
a { background-color: #3EE7B3; }
a { background-color: rgb(62,231,179); }
div.DivClassName
{
background-color: #3EE7B3;
}
.BgClassName
{
background-color: #3EE7B3;
}
</style>
border-color css
<style>
span { border-color: #3EE7B3; }
span { border-color: rgb(62,231,179); }
td.TdClassName
{
border-color: #3EE7B3;
}
.TagClassName
{
border-color: #3EE7B3;
}
</style>