Shades of Turquoise #3DDCD9
Tints of Turquoise #3DDCD9
RGB
CMYK
RGB Variations
Color information
#3DDCD9 (or 0x3DDCD9) is known color: Turquoise. HEX triplet: 3D, DC and D9. RGB value is (61,220,217). Sum of RGB (Red+Green+Blue) = 61+220+217=498 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.25% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCD9 is #C22326. Grayscale: #ABABAB. Windows color (decimal): -12722983 or 14277693. OLE color: 14277693.
HSL color Cylindrical-coordinate representation of color #3DDCD9: hue angle of 178.87º 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 #3DDCD9 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 217 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.14 |
| HSL | 178.87º | 0.69% | 0.55% | - |
| HSV(B) | 178.87º | 0.72% | 0.86% | - |
| XYZ | 40.04 | 57.19 | 74.57 | - |
| YUV | 172.12 | 153.32 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 217 | 0.72 | 0 | 0.01 | 0.14 | 178.87 | 0.69 | 0.55 |
| Hex | 3D | DC | D9 | 48 | 0 | 1 | E | B3 | 45 | 37 |
| Octal | 75 | 334 | 331 | 110 | 0 | 1 | 16 | 263 | 105 | 67 |
| Binary | 111101 | 11011100 | 11011001 | 1001000 | 0 | 1 | 1110 | 10110011 | 1000101 | 110111 |
Color Harmonies of #3DDCD9
Complementary color
Monochromatic Colors of #3DDCD9
Black with #3DDCD9
Text Example
Text Example
White with #3DDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCD9; }
p { color: rgb(61,220,217); }
H1.HeaderClassName
{
color: #3DDCD9;
}
.AnyTagClassName
{
color: #3DDCD9;
}
</style>
background-color css
<style>
a { background-color: #3DDCD9; }
a { background-color: rgb(61,220,217); }
div.DivClassName
{
background-color: #3DDCD9;
}
.BgClassName
{
background-color: #3DDCD9;
}
</style>
border-color css
<style>
span { border-color: #3DDCD9; }
span { border-color: rgb(61,220,217); }
td.TdClassName
{
border-color: #3DDCD9;
}
.TagClassName
{
border-color: #3DDCD9;
}
</style>