Shades of Turquoise #3EDBCD
Tints of Turquoise #3EDBCD
RGB
CMYK
RGB Variations
Color information
#3EDBCD (or 0x3EDBCD) is known color: Turquoise. HEX triplet: 3E, DB and CD. RGB value is (62,219,205). Sum of RGB (Red+Green+Blue) = 62+219+205=486 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.76% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDBCD is #C12432. Grayscale: #AAAAAA. Windows color (decimal): -12657715 or 13491006. OLE color: 13491006.
HSL color Cylindrical-coordinate representation of color #3EDBCD: hue angle of 174.65º 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 #3EDBCD is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 219 | 205 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.14 |
| HSL | 174.65º | 0.69% | 0.55% | - |
| HSV(B) | 174.65º | 0.72% | 0.86% | - |
| XYZ | 38.34 | 56.09 | 66.56 | - |
| YUV | 170.46 | 147.49 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 205 | 0.72 | 0 | 0.06 | 0.14 | 174.65 | 0.69 | 0.55 |
| Hex | 3E | DB | CD | 48 | 0 | 6 | E | AF | 45 | 37 |
| Octal | 76 | 333 | 315 | 110 | 0 | 6 | 16 | 257 | 105 | 67 |
| Binary | 111110 | 11011011 | 11001101 | 1001000 | 0 | 110 | 1110 | 10101111 | 1000101 | 110111 |
Color Harmonies of #3EDBCD
Complementary color
Monochromatic Colors of #3EDBCD
Black with #3EDBCD
Text Example
Text Example
White with #3EDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDBCD; }
p { color: rgb(62,219,205); }
H1.HeaderClassName
{
color: #3EDBCD;
}
.AnyTagClassName
{
color: #3EDBCD;
}
</style>
background-color css
<style>
a { background-color: #3EDBCD; }
a { background-color: rgb(62,219,205); }
div.DivClassName
{
background-color: #3EDBCD;
}
.BgClassName
{
background-color: #3EDBCD;
}
</style>
border-color css
<style>
span { border-color: #3EDBCD; }
span { border-color: rgb(62,219,205); }
td.TdClassName
{
border-color: #3EDBCD;
}
.TagClassName
{
border-color: #3EDBCD;
}
</style>