Shades of Turquoise #3DDCD4
Tints of Turquoise #3DDCD4
RGB
CMYK
RGB Variations
Color information
#3DDCD4 (or 0x3DDCD4) is known color: Turquoise. HEX triplet: 3D, DC and D4. RGB value is (61,220,212). Sum of RGB (Red+Green+Blue) = 61+220+212=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCD4 is #C2232B. Grayscale: #ABABAB. Windows color (decimal): -12722988 or 13950013. OLE color: 13950013.
HSL color Cylindrical-coordinate representation of color #3DDCD4: hue angle of 176.98º 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 #3DDCD4 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 212 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.14 |
| HSL | 176.98º | 0.69% | 0.55% | - |
| HSV(B) | 176.98º | 0.72% | 0.86% | - |
| XYZ | 39.4 | 56.93 | 71.2 | - |
| YUV | 171.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 212 | 0.72 | 0 | 0.04 | 0.14 | 176.98 | 0.69 | 0.55 |
| Hex | 3D | DC | D4 | 48 | 0 | 4 | E | B1 | 45 | 37 |
| Octal | 75 | 334 | 324 | 110 | 0 | 4 | 16 | 261 | 105 | 67 |
| Binary | 111101 | 11011100 | 11010100 | 1001000 | 0 | 100 | 1110 | 10110001 | 1000101 | 110111 |
Color Harmonies of #3DDCD4
Complementary color
Monochromatic Colors of #3DDCD4
Black with #3DDCD4
Text Example
Text Example
White with #3DDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCD4; }
p { color: rgb(61,220,212); }
H1.HeaderClassName
{
color: #3DDCD4;
}
.AnyTagClassName
{
color: #3DDCD4;
}
</style>
background-color css
<style>
a { background-color: #3DDCD4; }
a { background-color: rgb(61,220,212); }
div.DivClassName
{
background-color: #3DDCD4;
}
.BgClassName
{
background-color: #3DDCD4;
}
</style>
border-color css
<style>
span { border-color: #3DDCD4; }
span { border-color: rgb(61,220,212); }
td.TdClassName
{
border-color: #3DDCD4;
}
.TagClassName
{
border-color: #3DDCD4;
}
</style>