Shades of Turquoise #3EE3BD
Tints of Turquoise #3EE3BD
RGB
CMYK
RGB Variations
Color information
#3EE3BD (or 0x3EE3BD) is known color: Turquoise. HEX triplet: 3E, E3 and BD. RGB value is (62,227,189). Sum of RGB (Red+Green+Blue) = 62+227+189=478 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.97% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE3BD is #C11C42. Grayscale: #ADADAD. Windows color (decimal): -12655683 or 12444478. OLE color: 12444478.
HSL color Cylindrical-coordinate representation of color #3EE3BD: hue angle of 166.18º 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 #3EE3BD is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 189 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.11 |
| HSL | 166.18º | 0.75% | 0.57% | - |
| HSV(B) | 166.18º | 0.73% | 0.89% | - |
| XYZ | 38.64 | 59.64 | 57.62 | - |
| YUV | 173.33 | 136.84 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 189 | 0.73 | 0 | 0.17 | 0.11 | 166.18 | 0.75 | 0.57 |
| Hex | 3E | E3 | BD | 49 | 0 | 11 | B | A6 | 4B | 39 |
| Octal | 76 | 343 | 275 | 111 | 0 | 21 | 13 | 246 | 113 | 71 |
| Binary | 111110 | 11100011 | 10111101 | 1001001 | 0 | 10001 | 1011 | 10100110 | 1001011 | 111001 |
Color Harmonies of #3EE3BD
Complementary color
Monochromatic Colors of #3EE3BD
Black with #3EE3BD
Text Example
Text Example
White with #3EE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE3BD; }
p { color: rgb(62,227,189); }
H1.HeaderClassName
{
color: #3EE3BD;
}
.AnyTagClassName
{
color: #3EE3BD;
}
</style>
background-color css
<style>
a { background-color: #3EE3BD; }
a { background-color: rgb(62,227,189); }
div.DivClassName
{
background-color: #3EE3BD;
}
.BgClassName
{
background-color: #3EE3BD;
}
</style>
border-color css
<style>
span { border-color: #3EE3BD; }
span { border-color: rgb(62,227,189); }
td.TdClassName
{
border-color: #3EE3BD;
}
.TagClassName
{
border-color: #3EE3BD;
}
</style>