Shades of Turquoise #3DDDB7
Tints of Turquoise #3DDDB7
RGB
CMYK
RGB Variations
Color information
#3DDDB7 (or 0x3DDDB7) is known color: Turquoise. HEX triplet: 3D, DD and B7. RGB value is (61,221,183). Sum of RGB (Red+Green+Blue) = 61+221+183=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDB7 is #C22248. Grayscale: #A8A8A8. Windows color (decimal): -12722761 or 12049725. OLE color: 12049725.
HSL color Cylindrical-coordinate representation of color #3DDDB7: hue angle of 165.75º 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 #3DDDB7 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 183 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.13 |
| HSL | 165.75º | 0.7% | 0.55% | - |
| HSV(B) | 165.75º | 0.72% | 0.87% | - |
| XYZ | 36.33 | 56.12 | 53.72 | - |
| YUV | 168.83 | 135.99 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 183 | 0.72 | 0 | 0.17 | 0.13 | 165.75 | 0.7 | 0.55 |
| Hex | 3D | DD | B7 | 48 | 0 | 11 | D | A6 | 46 | 37 |
| Octal | 75 | 335 | 267 | 110 | 0 | 21 | 15 | 246 | 106 | 67 |
| Binary | 111101 | 11011101 | 10110111 | 1001000 | 0 | 10001 | 1101 | 10100110 | 1000110 | 110111 |
Color Harmonies of #3DDDB7
Complementary color
Monochromatic Colors of #3DDDB7
Black with #3DDDB7
Text Example
Text Example
White with #3DDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDB7; }
p { color: rgb(61,221,183); }
H1.HeaderClassName
{
color: #3DDDB7;
}
.AnyTagClassName
{
color: #3DDDB7;
}
</style>
background-color css
<style>
a { background-color: #3DDDB7; }
a { background-color: rgb(61,221,183); }
div.DivClassName
{
background-color: #3DDDB7;
}
.BgClassName
{
background-color: #3DDDB7;
}
</style>
border-color css
<style>
span { border-color: #3DDDB7; }
span { border-color: rgb(61,221,183); }
td.TdClassName
{
border-color: #3DDDB7;
}
.TagClassName
{
border-color: #3DDDB7;
}
</style>