Shades of Turquoise #3DDCD1
Tints of Turquoise #3DDCD1
RGB
CMYK
RGB Variations
Color information
#3DDCD1 (or 0x3DDCD1) is known color: Turquoise. HEX triplet: 3D, DC and D1. RGB value is (61,220,209). Sum of RGB (Red+Green+Blue) = 61+220+209=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCD1 is #C2232E. Grayscale: #ABABAB. Windows color (decimal): -12722991 or 13753405. OLE color: 13753405.
HSL color Cylindrical-coordinate representation of color #3DDCD1: hue angle of 175.85º 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 #3DDCD1 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 209 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.14 |
| HSL | 175.85º | 0.69% | 0.55% | - |
| HSV(B) | 175.85º | 0.72% | 0.86% | - |
| XYZ | 39.03 | 56.78 | 69.22 | - |
| YUV | 171.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 209 | 0.72 | 0 | 0.05 | 0.14 | 175.85 | 0.69 | 0.55 |
| Hex | 3D | DC | D1 | 48 | 0 | 5 | E | B0 | 45 | 37 |
| Octal | 75 | 334 | 321 | 110 | 0 | 5 | 16 | 260 | 105 | 67 |
| Binary | 111101 | 11011100 | 11010001 | 1001000 | 0 | 101 | 1110 | 10110000 | 1000101 | 110111 |
Color Harmonies of #3DDCD1
Complementary color
Monochromatic Colors of #3DDCD1
Black with #3DDCD1
Text Example
Text Example
White with #3DDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCD1; }
p { color: rgb(61,220,209); }
H1.HeaderClassName
{
color: #3DDCD1;
}
.AnyTagClassName
{
color: #3DDCD1;
}
</style>
background-color css
<style>
a { background-color: #3DDCD1; }
a { background-color: rgb(61,220,209); }
div.DivClassName
{
background-color: #3DDCD1;
}
.BgClassName
{
background-color: #3DDCD1;
}
</style>
border-color css
<style>
span { border-color: #3DDCD1; }
span { border-color: rgb(61,220,209); }
td.TdClassName
{
border-color: #3DDCD1;
}
.TagClassName
{
border-color: #3DDCD1;
}
</style>