Shades of Turquoise #3DDBBD
Tints of Turquoise #3DDBBD
RGB
CMYK
RGB Variations
Color information
#3DDBBD (or 0x3DDBBD) is known color: Turquoise. HEX triplet: 3D, DB and BD. RGB value is (61,219,189). Sum of RGB (Red+Green+Blue) = 61+219+189=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBBD is #C22442. Grayscale: #A8A8A8. Windows color (decimal): -12723267 or 12442429. OLE color: 12442429.
HSL color Cylindrical-coordinate representation of color #3DDBBD: hue angle of 168.61º 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 #3DDBBD is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 189 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.14 |
| HSL | 168.61º | 0.69% | 0.55% | - |
| HSV(B) | 168.61º | 0.72% | 0.86% | - |
| XYZ | 36.44 | 55.33 | 56.9 | - |
| YUV | 168.34 | 139.65 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 189 | 0.72 | 0 | 0.14 | 0.14 | 168.61 | 0.69 | 0.55 |
| Hex | 3D | DB | BD | 48 | 0 | E | E | A9 | 45 | 37 |
| Octal | 75 | 333 | 275 | 110 | 0 | 16 | 16 | 251 | 105 | 67 |
| Binary | 111101 | 11011011 | 10111101 | 1001000 | 0 | 1110 | 1110 | 10101001 | 1000101 | 110111 |
Color Harmonies of #3DDBBD
Complementary color
Monochromatic Colors of #3DDBBD
Black with #3DDBBD
Text Example
Text Example
White with #3DDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBBD; }
p { color: rgb(61,219,189); }
H1.HeaderClassName
{
color: #3DDBBD;
}
.AnyTagClassName
{
color: #3DDBBD;
}
</style>
background-color css
<style>
a { background-color: #3DDBBD; }
a { background-color: rgb(61,219,189); }
div.DivClassName
{
background-color: #3DDBBD;
}
.BgClassName
{
background-color: #3DDBBD;
}
</style>
border-color css
<style>
span { border-color: #3DDBBD; }
span { border-color: rgb(61,219,189); }
td.TdClassName
{
border-color: #3DDBBD;
}
.TagClassName
{
border-color: #3DDBBD;
}
</style>