Shades of Turquoise #3DDCDD
Tints of Turquoise #3DDCDD
RGB
CMYK
RGB Variations
Color information
#3DDCDD (or 0x3DDCDD) is known color: Turquoise. HEX triplet: 3D, DC and DD. RGB value is (61,220,221). Sum of RGB (Red+Green+Blue) = 61+220+221=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DDCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCDD is #C22322. Grayscale: #ACACAC. Windows color (decimal): -12722979 or 14539837. OLE color: 14539837.
HSL color Cylindrical-coordinate representation of color #3DDCDD: hue angle of 180.38º 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 #3DDCDD is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 220 | 221 | - |
| CMYK | 0.72 | 0.00 | 0 | 0.13 |
| HSL | 180.38º | 0.7% | 0.55% | - |
| HSV(B) | 180.38º | 0.72% | 0.87% | - |
| XYZ | 40.57 | 57.4 | 77.35 | - |
| YUV | 172.57 | 155.32 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 221 | 0.72 | 0.00 | 0 | 0.13 | 180.38 | 0.7 | 0.55 |
| Hex | 3D | DC | DD | 48 | 0 | 0 | D | B4 | 46 | 37 |
| Octal | 75 | 334 | 335 | 110 | 0 | 0 | 15 | 264 | 106 | 67 |
| Binary | 111101 | 11011100 | 11011101 | 1001000 | 0 | 0 | 1101 | 10110100 | 1000110 | 110111 |
Color Harmonies of #3DDCDD
Complementary color
Monochromatic Colors of #3DDCDD
Black with #3DDCDD
Text Example
Text Example
White with #3DDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCDD; }
p { color: rgb(61,220,221); }
H1.HeaderClassName
{
color: #3DDCDD;
}
.AnyTagClassName
{
color: #3DDCDD;
}
</style>
background-color css
<style>
a { background-color: #3DDCDD; }
a { background-color: rgb(61,220,221); }
div.DivClassName
{
background-color: #3DDCDD;
}
.BgClassName
{
background-color: #3DDCDD;
}
</style>
border-color css
<style>
span { border-color: #3DDCDD; }
span { border-color: rgb(61,220,221); }
td.TdClassName
{
border-color: #3DDCDD;
}
.TagClassName
{
border-color: #3DDCDD;
}
</style>