Shades of Turquoise #3EDDB3
Tints of Turquoise #3EDDB3
RGB
CMYK
RGB Variations
Color information
#3EDDB3 (or 0x3EDDB3) is known color: Turquoise. HEX triplet: 3E, DD and B3. RGB value is (62,221,179). Sum of RGB (Red+Green+Blue) = 62+221+179=462 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.42% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDB3 is #C1224C. Grayscale: #A8A8A8. Windows color (decimal): -12657229 or 11787582. OLE color: 11787582.
HSL color Cylindrical-coordinate representation of color #3EDDB3: hue angle of 164.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDDB3 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 179 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.13 |
| HSL | 164.15º | 0.7% | 0.55% | - |
| HSV(B) | 164.15º | 0.72% | 0.87% | - |
| XYZ | 35.98 | 55.99 | 51.56 | - |
| YUV | 168.67 | 133.82 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 179 | 0.72 | 0 | 0.19 | 0.13 | 164.15 | 0.7 | 0.55 |
| Hex | 3E | DD | B3 | 48 | 0 | 13 | D | A4 | 46 | 37 |
| Octal | 76 | 335 | 263 | 110 | 0 | 23 | 15 | 244 | 106 | 67 |
| Binary | 111110 | 11011101 | 10110011 | 1001000 | 0 | 10011 | 1101 | 10100100 | 1000110 | 110111 |
Color Harmonies of #3EDDB3
Complementary color
Monochromatic Colors of #3EDDB3
Black with #3EDDB3
Text Example
Text Example
White with #3EDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDDB3; }
p { color: rgb(62,221,179); }
H1.HeaderClassName
{
color: #3EDDB3;
}
.AnyTagClassName
{
color: #3EDDB3;
}
</style>
background-color css
<style>
a { background-color: #3EDDB3; }
a { background-color: rgb(62,221,179); }
div.DivClassName
{
background-color: #3EDDB3;
}
.BgClassName
{
background-color: #3EDDB3;
}
</style>
border-color css
<style>
span { border-color: #3EDDB3; }
span { border-color: rgb(62,221,179); }
td.TdClassName
{
border-color: #3EDDB3;
}
.TagClassName
{
border-color: #3EDDB3;
}
</style>