Shades of Medium Turquoise #3DCDB5
Tints of Medium Turquoise #3DCDB5
RGB
CMYK
RGB Variations
Color information
#3DCDB5 (or 0x3DCDB5) is known color: Medium Turquoise. HEX triplet: 3D, CD and B5. RGB value is (61,205,181). Sum of RGB (Red+Green+Blue) = 61+205+181=447 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.65% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDB5 is #C2324A. Grayscale: #9F9F9F. Windows color (decimal): -12726859 or 11914557. OLE color: 11914557.
HSL color Cylindrical-coordinate representation of color #3DCDB5: hue angle of 170º 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 #3DCDB5 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 181 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.20 |
| HSL | 170º | 0.59% | 0.52% | - |
| HSV(B) | 170º | 0.7% | 0.8% | - |
| XYZ | 32.1 | 47.99 | 51.29 | - |
| YUV | 159.21 | 140.29 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 181 | 0.70 | 0 | 0.12 | 0.20 | 170 | 0.59 | 0.52 |
| Hex | 3D | CD | B5 | 46 | 0 | C | 14 | AA | 3B | 34 |
| Octal | 75 | 315 | 265 | 106 | 0 | 14 | 24 | 252 | 73 | 64 |
| Binary | 111101 | 11001101 | 10110101 | 1000110 | 0 | 1100 | 10100 | 10101010 | 111011 | 110100 |
Color Harmonies of #3DCDB5
Complementary color
Monochromatic Colors of #3DCDB5
Black with #3DCDB5
Text Example
Text Example
White with #3DCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDB5; }
p { color: rgb(61,205,181); }
H1.HeaderClassName
{
color: #3DCDB5;
}
.AnyTagClassName
{
color: #3DCDB5;
}
</style>
background-color css
<style>
a { background-color: #3DCDB5; }
a { background-color: rgb(61,205,181); }
div.DivClassName
{
background-color: #3DCDB5;
}
.BgClassName
{
background-color: #3DCDB5;
}
</style>
border-color css
<style>
span { border-color: #3DCDB5; }
span { border-color: rgb(61,205,181); }
td.TdClassName
{
border-color: #3DCDB5;
}
.TagClassName
{
border-color: #3DCDB5;
}
</style>