Shades of Turquoise #3EDABB
Tints of Turquoise #3EDABB
RGB
CMYK
RGB Variations
Color information
#3EDABB (or 0x3EDABB) is known color: Turquoise. HEX triplet: 3E, DA and BB. RGB value is (62,218,187). Sum of RGB (Red+Green+Blue) = 62+218+187=467 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.28% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDABB is #C12544. Grayscale: #A7A7A7. Windows color (decimal): -12657989 or 12311102. OLE color: 12311102.
HSL color Cylindrical-coordinate representation of color #3EDABB: hue angle of 168.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDABB is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 218 | 187 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.15 |
| HSL | 168.08º | 0.68% | 0.55% | - |
| HSV(B) | 168.08º | 0.72% | 0.85% | - |
| XYZ | 36.03 | 54.75 | 55.68 | - |
| YUV | 167.82 | 138.82 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 187 | 0.72 | 0 | 0.14 | 0.15 | 168.08 | 0.68 | 0.55 |
| Hex | 3E | DA | BB | 48 | 0 | E | F | A8 | 44 | 37 |
| Octal | 76 | 332 | 273 | 110 | 0 | 16 | 17 | 250 | 104 | 67 |
| Binary | 111110 | 11011010 | 10111011 | 1001000 | 0 | 1110 | 1111 | 10101000 | 1000100 | 110111 |
Color Harmonies of #3EDABB
Complementary color
Monochromatic Colors of #3EDABB
Black with #3EDABB
Text Example
Text Example
White with #3EDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDABB; }
p { color: rgb(62,218,187); }
H1.HeaderClassName
{
color: #3EDABB;
}
.AnyTagClassName
{
color: #3EDABB;
}
</style>
background-color css
<style>
a { background-color: #3EDABB; }
a { background-color: rgb(62,218,187); }
div.DivClassName
{
background-color: #3EDABB;
}
.BgClassName
{
background-color: #3EDABB;
}
</style>
border-color css
<style>
span { border-color: #3EDABB; }
span { border-color: rgb(62,218,187); }
td.TdClassName
{
border-color: #3EDABB;
}
.TagClassName
{
border-color: #3EDABB;
}
</style>