Shades of Turquoise #3EDAC0
Tints of Turquoise #3EDAC0
RGB
CMYK
RGB Variations
Color information
#3EDAC0 (or 0x3EDAC0) is known color: Turquoise. HEX triplet: 3E, DA and C0. RGB value is (62,218,192). Sum of RGB (Red+Green+Blue) = 62+218+192=472 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.14% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDAC0 is #C1253F. Grayscale: #A8A8A8. Windows color (decimal): -12657984 or 12638782. OLE color: 12638782.
HSL color Cylindrical-coordinate representation of color #3EDAC0: hue angle of 170º 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 #3EDAC0 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 218 | 192 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.15 |
| HSL | 170º | 0.68% | 0.55% | - |
| HSV(B) | 170º | 0.72% | 0.85% | - |
| XYZ | 36.57 | 54.97 | 58.55 | - |
| YUV | 168.39 | 141.32 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 192 | 0.72 | 0 | 0.12 | 0.15 | 170 | 0.68 | 0.55 |
| Hex | 3E | DA | C0 | 48 | 0 | C | F | AA | 44 | 37 |
| Octal | 76 | 332 | 300 | 110 | 0 | 14 | 17 | 252 | 104 | 67 |
| Binary | 111110 | 11011010 | 11000000 | 1001000 | 0 | 1100 | 1111 | 10101010 | 1000100 | 110111 |
Color Harmonies of #3EDAC0
Complementary color
Monochromatic Colors of #3EDAC0
Black with #3EDAC0
Text Example
Text Example
White with #3EDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDAC0; }
p { color: rgb(62,218,192); }
H1.HeaderClassName
{
color: #3EDAC0;
}
.AnyTagClassName
{
color: #3EDAC0;
}
</style>
background-color css
<style>
a { background-color: #3EDAC0; }
a { background-color: rgb(62,218,192); }
div.DivClassName
{
background-color: #3EDAC0;
}
.BgClassName
{
background-color: #3EDAC0;
}
</style>
border-color css
<style>
span { border-color: #3EDAC0; }
span { border-color: rgb(62,218,192); }
td.TdClassName
{
border-color: #3EDAC0;
}
.TagClassName
{
border-color: #3EDAC0;
}
</style>