Shades of Medium Turquoise #3DC8B5
Tints of Medium Turquoise #3DC8B5
RGB
CMYK
RGB Variations
Color information
#3DC8B5 (or 0x3DC8B5) is known color: Medium Turquoise. HEX triplet: 3D, C8 and B5. RGB value is (61,200,181). Sum of RGB (Red+Green+Blue) = 61+200+181=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC8B5 is #C2374A. Grayscale: #9C9C9C. Windows color (decimal): -12728139 or 11913277. OLE color: 11913277.
HSL color Cylindrical-coordinate representation of color #3DC8B5: hue angle of 171.8º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC8B5 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 181 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.22 |
| HSL | 171.8º | 0.56% | 0.51% | - |
| HSV(B) | 171.8º | 0.7% | 0.78% | - |
| XYZ | 30.92 | 45.64 | 50.9 | - |
| YUV | 156.27 | 141.95 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 181 | 0.69 | 0 | 0.09 | 0.22 | 171.8 | 0.56 | 0.51 |
| Hex | 3D | C8 | B5 | 45 | 0 | 9 | 16 | AC | 38 | 33 |
| Octal | 75 | 310 | 265 | 105 | 0 | 11 | 26 | 254 | 70 | 63 |
| Binary | 111101 | 11001000 | 10110101 | 1000101 | 0 | 1001 | 10110 | 10101100 | 111000 | 110011 |
Color Harmonies of #3DC8B5
Complementary color
Monochromatic Colors of #3DC8B5
Black with #3DC8B5
Text Example
Text Example
White with #3DC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC8B5; }
p { color: rgb(61,200,181); }
H1.HeaderClassName
{
color: #3DC8B5;
}
.AnyTagClassName
{
color: #3DC8B5;
}
</style>
background-color css
<style>
a { background-color: #3DC8B5; }
a { background-color: rgb(61,200,181); }
div.DivClassName
{
background-color: #3DC8B5;
}
.BgClassName
{
background-color: #3DC8B5;
}
</style>
border-color css
<style>
span { border-color: #3DC8B5; }
span { border-color: rgb(61,200,181); }
td.TdClassName
{
border-color: #3DC8B5;
}
.TagClassName
{
border-color: #3DC8B5;
}
</style>