Shades of Medium Turquoise #3DCCB5
Tints of Medium Turquoise #3DCCB5
RGB
CMYK
RGB Variations
Color information
#3DCCB5 (or 0x3DCCB5) is known color: Medium Turquoise. HEX triplet: 3D, CC and B5. RGB value is (61,204,181). Sum of RGB (Red+Green+Blue) = 61+204+181=446 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.68% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCB5 is #C2334A. Grayscale: #9E9E9E. Windows color (decimal): -12727115 or 11914301. OLE color: 11914301.
HSL color Cylindrical-coordinate representation of color #3DCCB5: hue angle of 170.35º degrees, saturation: 0.58, 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 #3DCCB5 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 181 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.2 |
| HSL | 170.35º | 0.58% | 0.52% | - |
| HSV(B) | 170.35º | 0.7% | 0.8% | - |
| XYZ | 31.86 | 47.51 | 51.21 | - |
| YUV | 158.62 | 140.62 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 181 | 0.70 | 0 | 0.11 | 0.2 | 170.35 | 0.58 | 0.52 |
| Hex | 3D | CC | B5 | 46 | 0 | B | 14 | AA | 3A | 34 |
| Octal | 75 | 314 | 265 | 106 | 0 | 13 | 24 | 252 | 72 | 64 |
| Binary | 111101 | 11001100 | 10110101 | 1000110 | 0 | 1011 | 10100 | 10101010 | 111010 | 110100 |
Color Harmonies of #3DCCB5
Complementary color
Monochromatic Colors of #3DCCB5
Black with #3DCCB5
Text Example
Text Example
White with #3DCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCB5; }
p { color: rgb(61,204,181); }
H1.HeaderClassName
{
color: #3DCCB5;
}
.AnyTagClassName
{
color: #3DCCB5;
}
</style>
background-color css
<style>
a { background-color: #3DCCB5; }
a { background-color: rgb(61,204,181); }
div.DivClassName
{
background-color: #3DCCB5;
}
.BgClassName
{
background-color: #3DCCB5;
}
</style>
border-color css
<style>
span { border-color: #3DCCB5; }
span { border-color: rgb(61,204,181); }
td.TdClassName
{
border-color: #3DCCB5;
}
.TagClassName
{
border-color: #3DCCB5;
}
</style>