Shades of Turquoise #3EDFBA
Tints of Turquoise #3EDFBA
RGB
CMYK
RGB Variations
Color information
#3EDFBA (or 0x3EDFBA) is known color: Turquoise. HEX triplet: 3E, DF and BA. RGB value is (62,223,186). Sum of RGB (Red+Green+Blue) = 62+223+186=471 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.16% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFBA is #C12045. Grayscale: #AAAAAA. Windows color (decimal): -12656710 or 12246846. OLE color: 12246846.
HSL color Cylindrical-coordinate representation of color #3EDFBA: hue angle of 166.21º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFBA is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 186 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.13 |
| HSL | 166.21º | 0.72% | 0.56% | - |
| HSV(B) | 166.21º | 0.72% | 0.87% | - |
| XYZ | 37.24 | 57.34 | 55.56 | - |
| YUV | 170.64 | 136.66 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 186 | 0.72 | 0 | 0.17 | 0.13 | 166.21 | 0.72 | 0.56 |
| Hex | 3E | DF | BA | 48 | 0 | 11 | D | A6 | 48 | 38 |
| Octal | 76 | 337 | 272 | 110 | 0 | 21 | 15 | 246 | 110 | 70 |
| Binary | 111110 | 11011111 | 10111010 | 1001000 | 0 | 10001 | 1101 | 10100110 | 1001000 | 111000 |
Color Harmonies of #3EDFBA
Complementary color
Monochromatic Colors of #3EDFBA
Black with #3EDFBA
Text Example
Text Example
White with #3EDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFBA; }
p { color: rgb(62,223,186); }
H1.HeaderClassName
{
color: #3EDFBA;
}
.AnyTagClassName
{
color: #3EDFBA;
}
</style>
background-color css
<style>
a { background-color: #3EDFBA; }
a { background-color: rgb(62,223,186); }
div.DivClassName
{
background-color: #3EDFBA;
}
.BgClassName
{
background-color: #3EDFBA;
}
</style>
border-color css
<style>
span { border-color: #3EDFBA; }
span { border-color: rgb(62,223,186); }
td.TdClassName
{
border-color: #3EDFBA;
}
.TagClassName
{
border-color: #3EDFBA;
}
</style>