Shades of Medium Turquoise #3DD2B8
Tints of Medium Turquoise #3DD2B8
RGB
CMYK
RGB Variations
Color information
#3DD2B8 (or 0x3DD2B8) is known color: Medium Turquoise. HEX triplet: 3D, D2 and B8. RGB value is (61,210,184). Sum of RGB (Red+Green+Blue) = 61+210+184=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD2B8 is #C22D47. Grayscale: #A2A2A2. Windows color (decimal): -12725576 or 12112445. OLE color: 12112445.
HSL color Cylindrical-coordinate representation of color #3DD2B8: hue angle of 169.53º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD2B8 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 184 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.18 |
| HSL | 169.53º | 0.62% | 0.53% | - |
| HSV(B) | 169.53º | 0.71% | 0.82% | - |
| XYZ | 33.62 | 50.55 | 53.33 | - |
| YUV | 162.49 | 140.14 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 184 | 0.71 | 0 | 0.12 | 0.18 | 169.53 | 0.62 | 0.53 |
| Hex | 3D | D2 | B8 | 47 | 0 | C | 12 | AA | 3E | 35 |
| Octal | 75 | 322 | 270 | 107 | 0 | 14 | 22 | 252 | 76 | 65 |
| Binary | 111101 | 11010010 | 10111000 | 1000111 | 0 | 1100 | 10010 | 10101010 | 111110 | 110101 |
Color Harmonies of #3DD2B8
Complementary color
Monochromatic Colors of #3DD2B8
Black with #3DD2B8
Text Example
Text Example
White with #3DD2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD2B8; }
p { color: rgb(61,210,184); }
H1.HeaderClassName
{
color: #3DD2B8;
}
.AnyTagClassName
{
color: #3DD2B8;
}
</style>
background-color css
<style>
a { background-color: #3DD2B8; }
a { background-color: rgb(61,210,184); }
div.DivClassName
{
background-color: #3DD2B8;
}
.BgClassName
{
background-color: #3DD2B8;
}
</style>
border-color css
<style>
span { border-color: #3DD2B8; }
span { border-color: rgb(61,210,184); }
td.TdClassName
{
border-color: #3DD2B8;
}
.TagClassName
{
border-color: #3DD2B8;
}
</style>