Shades of Turquoise #3DDCC0
Tints of Turquoise #3DDCC0
RGB
CMYK
RGB Variations
Color information
#3DDCC0 (or 0x3DDCC0) is known color: Turquoise. HEX triplet: 3D, DC and C0. RGB value is (61,220,192). Sum of RGB (Red+Green+Blue) = 61+220+192=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCC0 is #C2233F. Grayscale: #A9A9A9. Windows color (decimal): -12723008 or 12639293. OLE color: 12639293.
HSL color Cylindrical-coordinate representation of color #3DDCC0: hue angle of 169.43º 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 #3DDCC0 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 192 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.14 |
| HSL | 169.43º | 0.69% | 0.55% | - |
| HSV(B) | 169.43º | 0.72% | 0.86% | - |
| XYZ | 37.03 | 55.98 | 58.72 | - |
| YUV | 169.27 | 140.82 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 192 | 0.72 | 0 | 0.13 | 0.14 | 169.43 | 0.69 | 0.55 |
| Hex | 3D | DC | C0 | 48 | 0 | D | E | A9 | 45 | 37 |
| Octal | 75 | 334 | 300 | 110 | 0 | 15 | 16 | 251 | 105 | 67 |
| Binary | 111101 | 11011100 | 11000000 | 1001000 | 0 | 1101 | 1110 | 10101001 | 1000101 | 110111 |
Color Harmonies of #3DDCC0
Complementary color
Monochromatic Colors of #3DDCC0
Black with #3DDCC0
Text Example
Text Example
White with #3DDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCC0; }
p { color: rgb(61,220,192); }
H1.HeaderClassName
{
color: #3DDCC0;
}
.AnyTagClassName
{
color: #3DDCC0;
}
</style>
background-color css
<style>
a { background-color: #3DDCC0; }
a { background-color: rgb(61,220,192); }
div.DivClassName
{
background-color: #3DDCC0;
}
.BgClassName
{
background-color: #3DDCC0;
}
</style>
border-color css
<style>
span { border-color: #3DDCC0; }
span { border-color: rgb(61,220,192); }
td.TdClassName
{
border-color: #3DDCC0;
}
.TagClassName
{
border-color: #3DDCC0;
}
</style>