Shades of Turquoise #3EDDB4
Tints of Turquoise #3EDDB4
RGB
CMYK
RGB Variations
Color information
#3EDDB4 (or 0x3EDDB4) is known color: Turquoise. HEX triplet: 3E, DD and B4. RGB value is (62,221,180). Sum of RGB (Red+Green+Blue) = 62+221+180=463 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.39% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDB4 is #C1224B. Grayscale: #A8A8A8. Windows color (decimal): -12657228 or 11853118. OLE color: 11853118.
HSL color Cylindrical-coordinate representation of color #3EDDB4: hue angle of 164.53º 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 #3EDDB4 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 180 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.13 |
| HSL | 164.53º | 0.7% | 0.55% | - |
| HSV(B) | 164.53º | 0.72% | 0.87% | - |
| XYZ | 36.08 | 56.03 | 52.09 | - |
| YUV | 168.79 | 134.32 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 180 | 0.72 | 0 | 0.19 | 0.13 | 164.53 | 0.7 | 0.55 |
| Hex | 3E | DD | B4 | 48 | 0 | 13 | D | A5 | 46 | 37 |
| Octal | 76 | 335 | 264 | 110 | 0 | 23 | 15 | 245 | 106 | 67 |
| Binary | 111110 | 11011101 | 10110100 | 1001000 | 0 | 10011 | 1101 | 10100101 | 1000110 | 110111 |
Color Harmonies of #3EDDB4
Complementary color
Monochromatic Colors of #3EDDB4
Black with #3EDDB4
Text Example
Text Example
White with #3EDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDDB4; }
p { color: rgb(62,221,180); }
H1.HeaderClassName
{
color: #3EDDB4;
}
.AnyTagClassName
{
color: #3EDDB4;
}
</style>
background-color css
<style>
a { background-color: #3EDDB4; }
a { background-color: rgb(62,221,180); }
div.DivClassName
{
background-color: #3EDDB4;
}
.BgClassName
{
background-color: #3EDDB4;
}
</style>
border-color css
<style>
span { border-color: #3EDDB4; }
span { border-color: rgb(62,221,180); }
td.TdClassName
{
border-color: #3EDDB4;
}
.TagClassName
{
border-color: #3EDDB4;
}
</style>