Shades of Turquoise #3DDECD
Tints of Turquoise #3DDECD
RGB
CMYK
RGB Variations
Color information
#3DDECD (or 0x3DDECD) is known color: Turquoise. HEX triplet: 3D, DE and CD. RGB value is (61,222,205). Sum of RGB (Red+Green+Blue) = 61+222+205=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDECD is #C22132. Grayscale: #ABABAB. Windows color (decimal): -12722483 or 13491773. OLE color: 13491773.
HSL color Cylindrical-coordinate representation of color #3DDECD: hue angle of 173.66º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDECD is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 205 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.13 |
| HSL | 173.66º | 0.71% | 0.55% | - |
| HSV(B) | 173.66º | 0.73% | 0.87% | - |
| XYZ | 39.07 | 57.64 | 66.82 | - |
| YUV | 171.92 | 146.66 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 205 | 0.73 | 0 | 0.08 | 0.13 | 173.66 | 0.71 | 0.55 |
| Hex | 3D | DE | CD | 49 | 0 | 8 | D | AE | 47 | 37 |
| Octal | 75 | 336 | 315 | 111 | 0 | 10 | 15 | 256 | 107 | 67 |
| Binary | 111101 | 11011110 | 11001101 | 1001001 | 0 | 1000 | 1101 | 10101110 | 1000111 | 110111 |
Color Harmonies of #3DDECD
Complementary color
Monochromatic Colors of #3DDECD
Black with #3DDECD
Text Example
Text Example
White with #3DDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDECD; }
p { color: rgb(61,222,205); }
H1.HeaderClassName
{
color: #3DDECD;
}
.AnyTagClassName
{
color: #3DDECD;
}
</style>
background-color css
<style>
a { background-color: #3DDECD; }
a { background-color: rgb(61,222,205); }
div.DivClassName
{
background-color: #3DDECD;
}
.BgClassName
{
background-color: #3DDECD;
}
</style>
border-color css
<style>
span { border-color: #3DDECD; }
span { border-color: rgb(61,222,205); }
td.TdClassName
{
border-color: #3DDECD;
}
.TagClassName
{
border-color: #3DDECD;
}
</style>