Shades of Turquoise #3EDBBC
Tints of Turquoise #3EDBBC
RGB
CMYK
RGB Variations
Color information
#3EDBBC (or 0x3EDBBC) is known color: Turquoise. HEX triplet: 3E, DB and BC. RGB value is (62,219,188). Sum of RGB (Red+Green+Blue) = 62+219+188=469 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.22% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDBBC is #C12443. Grayscale: #A8A8A8. Windows color (decimal): -12657732 or 12376894. OLE color: 12376894.
HSL color Cylindrical-coordinate representation of color #3EDBBC: hue angle of 168.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDBBC is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 219 | 188 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.14 |
| HSL | 168.15º | 0.69% | 0.55% | - |
| HSV(B) | 168.15º | 0.72% | 0.86% | - |
| XYZ | 36.4 | 55.32 | 56.34 | - |
| YUV | 168.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 188 | 0.72 | 0 | 0.14 | 0.14 | 168.15 | 0.69 | 0.55 |
| Hex | 3E | DB | BC | 48 | 0 | E | E | A8 | 45 | 37 |
| Octal | 76 | 333 | 274 | 110 | 0 | 16 | 16 | 250 | 105 | 67 |
| Binary | 111110 | 11011011 | 10111100 | 1001000 | 0 | 1110 | 1110 | 10101000 | 1000101 | 110111 |
Color Harmonies of #3EDBBC
Complementary color
Monochromatic Colors of #3EDBBC
Black with #3EDBBC
Text Example
Text Example
White with #3EDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDBBC; }
p { color: rgb(62,219,188); }
H1.HeaderClassName
{
color: #3EDBBC;
}
.AnyTagClassName
{
color: #3EDBBC;
}
</style>
background-color css
<style>
a { background-color: #3EDBBC; }
a { background-color: rgb(62,219,188); }
div.DivClassName
{
background-color: #3EDBBC;
}
.BgClassName
{
background-color: #3EDBBC;
}
</style>
border-color css
<style>
span { border-color: #3EDBBC; }
span { border-color: rgb(62,219,188); }
td.TdClassName
{
border-color: #3EDBBC;
}
.TagClassName
{
border-color: #3EDBBC;
}
</style>