Shades of Turquoise #3EDFCD
Tints of Turquoise #3EDFCD
RGB
CMYK
RGB Variations
Color information
#3EDFCD (or 0x3EDFCD) is known color: Turquoise. HEX triplet: 3E, DF and CD. RGB value is (62,223,205). Sum of RGB (Red+Green+Blue) = 62+223+205=490 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.65% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFCD is #C12032. Grayscale: #ACACAC. Windows color (decimal): -12656691 or 13492030. OLE color: 13492030.
HSL color Cylindrical-coordinate representation of color #3EDFCD: hue angle of 173.29º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFCD is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 205 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.13 |
| HSL | 173.29º | 0.72% | 0.56% | - |
| HSV(B) | 173.29º | 0.72% | 0.87% | - |
| XYZ | 39.39 | 58.21 | 66.92 | - |
| YUV | 172.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 205 | 0.72 | 0 | 0.08 | 0.13 | 173.29 | 0.72 | 0.56 |
| Hex | 3E | DF | CD | 48 | 0 | 8 | D | AD | 48 | 38 |
| Octal | 76 | 337 | 315 | 110 | 0 | 10 | 15 | 255 | 110 | 70 |
| Binary | 111110 | 11011111 | 11001101 | 1001000 | 0 | 1000 | 1101 | 10101101 | 1001000 | 111000 |
Color Harmonies of #3EDFCD
Complementary color
Monochromatic Colors of #3EDFCD
Black with #3EDFCD
Text Example
Text Example
White with #3EDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFCD; }
p { color: rgb(62,223,205); }
H1.HeaderClassName
{
color: #3EDFCD;
}
.AnyTagClassName
{
color: #3EDFCD;
}
</style>
background-color css
<style>
a { background-color: #3EDFCD; }
a { background-color: rgb(62,223,205); }
div.DivClassName
{
background-color: #3EDFCD;
}
.BgClassName
{
background-color: #3EDFCD;
}
</style>
border-color css
<style>
span { border-color: #3EDFCD; }
span { border-color: rgb(62,223,205); }
td.TdClassName
{
border-color: #3EDFCD;
}
.TagClassName
{
border-color: #3EDFCD;
}
</style>