Shades of Turquoise #3DDDB5
Tints of Turquoise #3DDDB5
RGB
CMYK
RGB Variations
Color information
#3DDDB5 (or 0x3DDDB5) is known color: Turquoise. HEX triplet: 3D, DD and B5. RGB value is (61,221,181). Sum of RGB (Red+Green+Blue) = 61+221+181=463 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.17% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDB5 is #C2224A. Grayscale: #A8A8A8. Windows color (decimal): -12722763 or 11918653. OLE color: 11918653.
HSL color Cylindrical-coordinate representation of color #3DDDB5: hue angle of 165º 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 #3DDDB5 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 181 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.13 |
| HSL | 165º | 0.7% | 0.55% | - |
| HSV(B) | 165º | 0.72% | 0.87% | - |
| XYZ | 36.12 | 56.04 | 52.63 | - |
| YUV | 168.6 | 134.99 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 181 | 0.72 | 0 | 0.18 | 0.13 | 165 | 0.7 | 0.55 |
| Hex | 3D | DD | B5 | 48 | 0 | 12 | D | A5 | 46 | 37 |
| Octal | 75 | 335 | 265 | 110 | 0 | 22 | 15 | 245 | 106 | 67 |
| Binary | 111101 | 11011101 | 10110101 | 1001000 | 0 | 10010 | 1101 | 10100101 | 1000110 | 110111 |
Color Harmonies of #3DDDB5
Complementary color
Monochromatic Colors of #3DDDB5
Black with #3DDDB5
Text Example
Text Example
White with #3DDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDB5; }
p { color: rgb(61,221,181); }
H1.HeaderClassName
{
color: #3DDDB5;
}
.AnyTagClassName
{
color: #3DDDB5;
}
</style>
background-color css
<style>
a { background-color: #3DDDB5; }
a { background-color: rgb(61,221,181); }
div.DivClassName
{
background-color: #3DDDB5;
}
.BgClassName
{
background-color: #3DDDB5;
}
</style>
border-color css
<style>
span { border-color: #3DDDB5; }
span { border-color: rgb(61,221,181); }
td.TdClassName
{
border-color: #3DDDB5;
}
.TagClassName
{
border-color: #3DDDB5;
}
</style>