Shades of Turquoise #3DD8D5
Tints of Turquoise #3DD8D5
RGB
CMYK
RGB Variations
Color information
#3DD8D5 (or 0x3DD8D5) is known color: Turquoise. HEX triplet: 3D, D8 and D5. RGB value is (61,216,213). Sum of RGB (Red+Green+Blue) = 61+216+213=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD8D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD8D5 is #C2272A. Grayscale: #A9A9A9. Windows color (decimal): -12724011 or 14014525. OLE color: 14014525.
HSL color Cylindrical-coordinate representation of color #3DD8D5: hue angle of 178.84º 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 #3DD8D5 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 213 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.15 |
| HSL | 178.84º | 0.67% | 0.54% | - |
| HSV(B) | 178.84º | 0.72% | 0.85% | - |
| XYZ | 38.49 | 54.91 | 71.52 | - |
| YUV | 169.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 213 | 0.72 | 0 | 0.01 | 0.15 | 178.84 | 0.67 | 0.54 |
| Hex | 3D | D8 | D5 | 48 | 0 | 1 | F | B3 | 43 | 36 |
| Octal | 75 | 330 | 325 | 110 | 0 | 1 | 17 | 263 | 103 | 66 |
| Binary | 111101 | 11011000 | 11010101 | 1001000 | 0 | 1 | 1111 | 10110011 | 1000011 | 110110 |
Color Harmonies of #3DD8D5
Complementary color
Monochromatic Colors of #3DD8D5
Black with #3DD8D5
Text Example
Text Example
White with #3DD8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD8D5; }
p { color: rgb(61,216,213); }
H1.HeaderClassName
{
color: #3DD8D5;
}
.AnyTagClassName
{
color: #3DD8D5;
}
</style>
background-color css
<style>
a { background-color: #3DD8D5; }
a { background-color: rgb(61,216,213); }
div.DivClassName
{
background-color: #3DD8D5;
}
.BgClassName
{
background-color: #3DD8D5;
}
</style>
border-color css
<style>
span { border-color: #3DD8D5; }
span { border-color: rgb(61,216,213); }
td.TdClassName
{
border-color: #3DD8D5;
}
.TagClassName
{
border-color: #3DD8D5;
}
</style>