Shades of Medium Turquoise #3DC5B4
Tints of Medium Turquoise #3DC5B4
RGB
CMYK
RGB Variations
Color information
#3DC5B4 (or 0x3DC5B4) is known color: Medium Turquoise. HEX triplet: 3D, C5 and B4. RGB value is (61,197,180). Sum of RGB (Red+Green+Blue) = 61+197+180=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC5B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC5B4 is #C23A4B. Grayscale: #9A9A9A. Windows color (decimal): -12728908 or 11846973. OLE color: 11846973.
HSL color Cylindrical-coordinate representation of color #3DC5B4: hue angle of 172.5º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC5B4 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 180 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.23 |
| HSL | 172.5º | 0.54% | 0.51% | - |
| HSV(B) | 172.5º | 0.69% | 0.77% | - |
| XYZ | 30.13 | 44.22 | 50.13 | - |
| YUV | 154.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 180 | 0.69 | 0 | 0.09 | 0.23 | 172.5 | 0.54 | 0.51 |
| Hex | 3D | C5 | B4 | 45 | 0 | 9 | 17 | AC | 36 | 33 |
| Octal | 75 | 305 | 264 | 105 | 0 | 11 | 27 | 254 | 66 | 63 |
| Binary | 111101 | 11000101 | 10110100 | 1000101 | 0 | 1001 | 10111 | 10101100 | 110110 | 110011 |
Color Harmonies of #3DC5B4
Complementary color
Monochromatic Colors of #3DC5B4
Black with #3DC5B4
Text Example
Text Example
White with #3DC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC5B4; }
p { color: rgb(61,197,180); }
H1.HeaderClassName
{
color: #3DC5B4;
}
.AnyTagClassName
{
color: #3DC5B4;
}
</style>
background-color css
<style>
a { background-color: #3DC5B4; }
a { background-color: rgb(61,197,180); }
div.DivClassName
{
background-color: #3DC5B4;
}
.BgClassName
{
background-color: #3DC5B4;
}
</style>
border-color css
<style>
span { border-color: #3DC5B4; }
span { border-color: rgb(61,197,180); }
td.TdClassName
{
border-color: #3DC5B4;
}
.TagClassName
{
border-color: #3DC5B4;
}
</style>