Shades of Turquoise #3DDDBD
Tints of Turquoise #3DDDBD
RGB
CMYK
RGB Variations
Color information
#3DDDBD (or 0x3DDDBD) is known color: Turquoise. HEX triplet: 3D, DD and BD. RGB value is (61,221,189). Sum of RGB (Red+Green+Blue) = 61+221+189=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDBD is #C22242. Grayscale: #A9A9A9. Windows color (decimal): -12722755 or 12442941. OLE color: 12442941.
HSL color Cylindrical-coordinate representation of color #3DDDBD: hue angle of 168º 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 #3DDDBD is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 189 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.13 |
| HSL | 168º | 0.7% | 0.55% | - |
| HSV(B) | 168º | 0.72% | 0.87% | - |
| XYZ | 36.97 | 56.38 | 57.08 | - |
| YUV | 169.51 | 138.99 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 189 | 0.72 | 0 | 0.14 | 0.13 | 168 | 0.7 | 0.55 |
| Hex | 3D | DD | BD | 48 | 0 | E | D | A8 | 46 | 37 |
| Octal | 75 | 335 | 275 | 110 | 0 | 16 | 15 | 250 | 106 | 67 |
| Binary | 111101 | 11011101 | 10111101 | 1001000 | 0 | 1110 | 1101 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3DDDBD
Complementary color
Monochromatic Colors of #3DDDBD
Black with #3DDDBD
Text Example
Text Example
White with #3DDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDBD; }
p { color: rgb(61,221,189); }
H1.HeaderClassName
{
color: #3DDDBD;
}
.AnyTagClassName
{
color: #3DDDBD;
}
</style>
background-color css
<style>
a { background-color: #3DDDBD; }
a { background-color: rgb(61,221,189); }
div.DivClassName
{
background-color: #3DDDBD;
}
.BgClassName
{
background-color: #3DDDBD;
}
</style>
border-color css
<style>
span { border-color: #3DDDBD; }
span { border-color: rgb(61,221,189); }
td.TdClassName
{
border-color: #3DDDBD;
}
.TagClassName
{
border-color: #3DDDBD;
}
</style>