Shades of Turquoise #3DDECC
Tints of Turquoise #3DDECC
RGB
CMYK
RGB Variations
Color information
#3DDECC (or 0x3DDECC) is known color: Turquoise. HEX triplet: 3D, DE and CC. RGB value is (61,222,204). Sum of RGB (Red+Green+Blue) = 61+222+204=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDECC is #C22133. Grayscale: #ABABAB. Windows color (decimal): -12722484 or 13426237. OLE color: 13426237.
HSL color Cylindrical-coordinate representation of color #3DDECC: hue angle of 173.29º 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 #3DDECC is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 204 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.13 |
| HSL | 173.29º | 0.71% | 0.55% | - |
| HSV(B) | 173.29º | 0.73% | 0.87% | - |
| XYZ | 38.94 | 57.59 | 66.19 | - |
| YUV | 171.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 204 | 0.73 | 0 | 0.08 | 0.13 | 173.29 | 0.71 | 0.55 |
| Hex | 3D | DE | CC | 49 | 0 | 8 | D | AD | 47 | 37 |
| Octal | 75 | 336 | 314 | 111 | 0 | 10 | 15 | 255 | 107 | 67 |
| Binary | 111101 | 11011110 | 11001100 | 1001001 | 0 | 1000 | 1101 | 10101101 | 1000111 | 110111 |
Color Harmonies of #3DDECC
Complementary color
Monochromatic Colors of #3DDECC
Black with #3DDECC
Text Example
Text Example
White with #3DDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDECC; }
p { color: rgb(61,222,204); }
H1.HeaderClassName
{
color: #3DDECC;
}
.AnyTagClassName
{
color: #3DDECC;
}
</style>
background-color css
<style>
a { background-color: #3DDECC; }
a { background-color: rgb(61,222,204); }
div.DivClassName
{
background-color: #3DDECC;
}
.BgClassName
{
background-color: #3DDECC;
}
</style>
border-color css
<style>
span { border-color: #3DDECC; }
span { border-color: rgb(61,222,204); }
td.TdClassName
{
border-color: #3DDECC;
}
.TagClassName
{
border-color: #3DDECC;
}
</style>