Shades of Medium Turquoise #3DC2B5
Tints of Medium Turquoise #3DC2B5
RGB
CMYK
RGB Variations
Color information
#3DC2B5 (or 0x3DC2B5) is known color: Medium Turquoise. HEX triplet: 3D, C2 and B5. RGB value is (61,194,181). Sum of RGB (Red+Green+Blue) = 61+194+181=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC2B5 is #C23D4A. Grayscale: #989898. Windows color (decimal): -12729675 or 11911741. OLE color: 11911741.
HSL color Cylindrical-coordinate representation of color #3DC2B5: hue angle of 174.14º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC2B5 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 181 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.24 |
| HSL | 174.14º | 0.52% | 0.5% | - |
| HSV(B) | 174.14º | 0.69% | 0.76% | - |
| XYZ | 29.56 | 42.91 | 50.44 | - |
| YUV | 152.75 | 143.94 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 181 | 0.69 | 0 | 0.07 | 0.24 | 174.14 | 0.52 | 0.5 |
| Hex | 3D | C2 | B5 | 45 | 0 | 7 | 18 | AE | 34 | 32 |
| Octal | 75 | 302 | 265 | 105 | 0 | 7 | 30 | 256 | 64 | 62 |
| Binary | 111101 | 11000010 | 10110101 | 1000101 | 0 | 111 | 11000 | 10101110 | 110100 | 110010 |
Color Harmonies of #3DC2B5
Complementary color
Monochromatic Colors of #3DC2B5
Black with #3DC2B5
Text Example
Text Example
White with #3DC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC2B5; }
p { color: rgb(61,194,181); }
H1.HeaderClassName
{
color: #3DC2B5;
}
.AnyTagClassName
{
color: #3DC2B5;
}
</style>
background-color css
<style>
a { background-color: #3DC2B5; }
a { background-color: rgb(61,194,181); }
div.DivClassName
{
background-color: #3DC2B5;
}
.BgClassName
{
background-color: #3DC2B5;
}
</style>
border-color css
<style>
span { border-color: #3DC2B5; }
span { border-color: rgb(61,194,181); }
td.TdClassName
{
border-color: #3DC2B5;
}
.TagClassName
{
border-color: #3DC2B5;
}
</style>