Shades of Turquoise #3DD8BA
Tints of Turquoise #3DD8BA
RGB
CMYK
RGB Variations
Color information
#3DD8BA (or 0x3DD8BA) is known color: Turquoise. HEX triplet: 3D, D8 and BA. RGB value is (61,216,186). Sum of RGB (Red+Green+Blue) = 61+216+186=463 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.17% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD8BA is #C22745. Grayscale: #A6A6A6. Windows color (decimal): -12724038 or 12245053. OLE color: 12245053.
HSL color Cylindrical-coordinate representation of color #3DD8BA: hue angle of 168.39º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD8BA is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 186 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.15 |
| HSL | 168.39º | 0.67% | 0.54% | - |
| HSV(B) | 168.39º | 0.72% | 0.85% | - |
| XYZ | 35.34 | 53.65 | 54.95 | - |
| YUV | 166.24 | 139.15 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 186 | 0.72 | 0 | 0.14 | 0.15 | 168.39 | 0.67 | 0.54 |
| Hex | 3D | D8 | BA | 48 | 0 | E | F | A8 | 43 | 36 |
| Octal | 75 | 330 | 272 | 110 | 0 | 16 | 17 | 250 | 103 | 66 |
| Binary | 111101 | 11011000 | 10111010 | 1001000 | 0 | 1110 | 1111 | 10101000 | 1000011 | 110110 |
Color Harmonies of #3DD8BA
Complementary color
Monochromatic Colors of #3DD8BA
Black with #3DD8BA
Text Example
Text Example
White with #3DD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD8BA; }
p { color: rgb(61,216,186); }
H1.HeaderClassName
{
color: #3DD8BA;
}
.AnyTagClassName
{
color: #3DD8BA;
}
</style>
background-color css
<style>
a { background-color: #3DD8BA; }
a { background-color: rgb(61,216,186); }
div.DivClassName
{
background-color: #3DD8BA;
}
.BgClassName
{
background-color: #3DD8BA;
}
</style>
border-color css
<style>
span { border-color: #3DD8BA; }
span { border-color: rgb(61,216,186); }
td.TdClassName
{
border-color: #3DD8BA;
}
.TagClassName
{
border-color: #3DD8BA;
}
</style>