Shades of Turquoise #3ED9BD
Tints of Turquoise #3ED9BD
RGB
CMYK
RGB Variations
Color information
#3ED9BD (or 0x3ED9BD) is known color: Turquoise. HEX triplet: 3E, D9 and BD. RGB value is (62,217,189). Sum of RGB (Red+Green+Blue) = 62+217+189=468 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.25% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #3ED9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED9BD is #C12642. Grayscale: #A7A7A7. Windows color (decimal): -12658243 or 12441918. OLE color: 12441918.
HSL color Cylindrical-coordinate representation of color #3ED9BD: hue angle of 169.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED9BD is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 217 | 189 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.15 |
| HSL | 169.16º | 0.67% | 0.55% | - |
| HSV(B) | 169.16º | 0.71% | 0.85% | - |
| XYZ | 35.98 | 54.32 | 56.73 | - |
| YUV | 167.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 217 | 189 | 0.71 | 0 | 0.13 | 0.15 | 169.16 | 0.67 | 0.55 |
| Hex | 3E | D9 | BD | 47 | 0 | D | F | A9 | 43 | 37 |
| Octal | 76 | 331 | 275 | 107 | 0 | 15 | 17 | 251 | 103 | 67 |
| Binary | 111110 | 11011001 | 10111101 | 1000111 | 0 | 1101 | 1111 | 10101001 | 1000011 | 110111 |
Color Harmonies of #3ED9BD
Complementary color
Monochromatic Colors of #3ED9BD
Black with #3ED9BD
Text Example
Text Example
White with #3ED9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED9BD; }
p { color: rgb(62,217,189); }
H1.HeaderClassName
{
color: #3ED9BD;
}
.AnyTagClassName
{
color: #3ED9BD;
}
</style>
background-color css
<style>
a { background-color: #3ED9BD; }
a { background-color: rgb(62,217,189); }
div.DivClassName
{
background-color: #3ED9BD;
}
.BgClassName
{
background-color: #3ED9BD;
}
</style>
border-color css
<style>
span { border-color: #3ED9BD; }
span { border-color: rgb(62,217,189); }
td.TdClassName
{
border-color: #3ED9BD;
}
.TagClassName
{
border-color: #3ED9BD;
}
</style>