Shades of Medium Turquoise #3DCDB4
Tints of Medium Turquoise #3DCDB4
RGB
CMYK
RGB Variations
Color information
#3DCDB4 (or 0x3DCDB4) is known color: Medium Turquoise. HEX triplet: 3D, CD and B4. RGB value is (61,205,180). Sum of RGB (Red+Green+Blue) = 61+205+180=446 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.68% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDB4 is #C2324B. Grayscale: #9F9F9F. Windows color (decimal): -12726860 or 11849021. OLE color: 11849021.
HSL color Cylindrical-coordinate representation of color #3DCDB4: hue angle of 169.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCDB4 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 180 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.20 |
| HSL | 169.58º | 0.59% | 0.52% | - |
| HSV(B) | 169.58º | 0.7% | 0.8% | - |
| XYZ | 31.99 | 47.95 | 50.75 | - |
| YUV | 159.09 | 139.79 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 180 | 0.70 | 0 | 0.12 | 0.20 | 169.58 | 0.59 | 0.52 |
| Hex | 3D | CD | B4 | 46 | 0 | C | 14 | AA | 3B | 34 |
| Octal | 75 | 315 | 264 | 106 | 0 | 14 | 24 | 252 | 73 | 64 |
| Binary | 111101 | 11001101 | 10110100 | 1000110 | 0 | 1100 | 10100 | 10101010 | 111011 | 110100 |
Color Harmonies of #3DCDB4
Complementary color
Monochromatic Colors of #3DCDB4
Black with #3DCDB4
Text Example
Text Example
White with #3DCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDB4; }
p { color: rgb(61,205,180); }
H1.HeaderClassName
{
color: #3DCDB4;
}
.AnyTagClassName
{
color: #3DCDB4;
}
</style>
background-color css
<style>
a { background-color: #3DCDB4; }
a { background-color: rgb(61,205,180); }
div.DivClassName
{
background-color: #3DCDB4;
}
.BgClassName
{
background-color: #3DCDB4;
}
</style>
border-color css
<style>
span { border-color: #3DCDB4; }
span { border-color: rgb(61,205,180); }
td.TdClassName
{
border-color: #3DCDB4;
}
.TagClassName
{
border-color: #3DCDB4;
}
</style>