Shades of Turquoise #3DDDC0
Tints of Turquoise #3DDDC0
RGB
CMYK
RGB Variations
Color information
#3DDDC0 (or 0x3DDDC0) is known color: Turquoise. HEX triplet: 3D, DD and C0. RGB value is (61,221,192). Sum of RGB (Red+Green+Blue) = 61+221+192=474 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.87% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDC0 is #C2223F. Grayscale: #A9A9A9. Windows color (decimal): -12722752 or 12639549. OLE color: 12639549.
HSL color Cylindrical-coordinate representation of color #3DDDC0: hue angle of 169.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDDC0 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 192 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.13 |
| HSL | 169.13º | 0.7% | 0.55% | - |
| HSV(B) | 169.13º | 0.72% | 0.87% | - |
| XYZ | 37.3 | 56.51 | 58.81 | - |
| YUV | 169.85 | 140.49 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 192 | 0.72 | 0 | 0.13 | 0.13 | 169.13 | 0.7 | 0.55 |
| Hex | 3D | DD | C0 | 48 | 0 | D | D | A9 | 46 | 37 |
| Octal | 75 | 335 | 300 | 110 | 0 | 15 | 15 | 251 | 106 | 67 |
| Binary | 111101 | 11011101 | 11000000 | 1001000 | 0 | 1101 | 1101 | 10101001 | 1000110 | 110111 |
Color Harmonies of #3DDDC0
Complementary color
Monochromatic Colors of #3DDDC0
Black with #3DDDC0
Text Example
Text Example
White with #3DDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDC0; }
p { color: rgb(61,221,192); }
H1.HeaderClassName
{
color: #3DDDC0;
}
.AnyTagClassName
{
color: #3DDDC0;
}
</style>
background-color css
<style>
a { background-color: #3DDDC0; }
a { background-color: rgb(61,221,192); }
div.DivClassName
{
background-color: #3DDDC0;
}
.BgClassName
{
background-color: #3DDDC0;
}
</style>
border-color css
<style>
span { border-color: #3DDDC0; }
span { border-color: rgb(61,221,192); }
td.TdClassName
{
border-color: #3DDDC0;
}
.TagClassName
{
border-color: #3DDDC0;
}
</style>