Shades of Turquoise #3DDCD6
Tints of Turquoise #3DDCD6
RGB
CMYK
RGB Variations
Color information
#3DDCD6 (or 0x3DDCD6) is known color: Turquoise. HEX triplet: 3D, DC and D6. RGB value is (61,220,214). Sum of RGB (Red+Green+Blue) = 61+220+214=495 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.32% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCD6 is #C22329. Grayscale: #ABABAB. Windows color (decimal): -12722986 or 14081085. OLE color: 14081085.
HSL color Cylindrical-coordinate representation of color #3DDCD6: hue angle of 177.74º 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 #3DDCD6 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 214 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.14 |
| HSL | 177.74º | 0.69% | 0.55% | - |
| HSV(B) | 177.74º | 0.72% | 0.86% | - |
| XYZ | 39.66 | 57.03 | 72.54 | - |
| YUV | 171.78 | 151.82 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 214 | 0.72 | 0 | 0.03 | 0.14 | 177.74 | 0.69 | 0.55 |
| Hex | 3D | DC | D6 | 48 | 0 | 3 | E | B2 | 45 | 37 |
| Octal | 75 | 334 | 326 | 110 | 0 | 3 | 16 | 262 | 105 | 67 |
| Binary | 111101 | 11011100 | 11010110 | 1001000 | 0 | 11 | 1110 | 10110010 | 1000101 | 110111 |
Color Harmonies of #3DDCD6
Complementary color
Monochromatic Colors of #3DDCD6
Black with #3DDCD6
Text Example
Text Example
White with #3DDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCD6; }
p { color: rgb(61,220,214); }
H1.HeaderClassName
{
color: #3DDCD6;
}
.AnyTagClassName
{
color: #3DDCD6;
}
</style>
background-color css
<style>
a { background-color: #3DDCD6; }
a { background-color: rgb(61,220,214); }
div.DivClassName
{
background-color: #3DDCD6;
}
.BgClassName
{
background-color: #3DDCD6;
}
</style>
border-color css
<style>
span { border-color: #3DDCD6; }
span { border-color: rgb(61,220,214); }
td.TdClassName
{
border-color: #3DDCD6;
}
.TagClassName
{
border-color: #3DDCD6;
}
</style>