Shades of Medium Turquoise #3DBDBA
Tints of Medium Turquoise #3DBDBA
RGB
CMYK
RGB Variations
Color information
#3DBDBA (or 0x3DBDBA) is known color: Medium Turquoise. HEX triplet: 3D, BD and BA. RGB value is (61,189,186). Sum of RGB (Red+Green+Blue) = 61+189+186=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDBA is #C24245. Grayscale: #969696. Windows color (decimal): -12730950 or 12238141. OLE color: 12238141.
HSL color Cylindrical-coordinate representation of color #3DBDBA: hue angle of 178.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBDBA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 186 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.26 |
| HSL | 178.59º | 0.51% | 0.49% | - |
| HSV(B) | 178.59º | 0.68% | 0.74% | - |
| XYZ | 28.98 | 40.93 | 52.83 | - |
| YUV | 150.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 186 | 0.68 | 0 | 0.02 | 0.26 | 178.59 | 0.51 | 0.49 |
| Hex | 3D | BD | BA | 44 | 0 | 2 | 1A | B3 | 33 | 31 |
| Octal | 75 | 275 | 272 | 104 | 0 | 2 | 32 | 263 | 63 | 61 |
| Binary | 111101 | 10111101 | 10111010 | 1000100 | 0 | 10 | 11010 | 10110011 | 110011 | 110001 |
Color Harmonies of #3DBDBA
Complementary color
Monochromatic Colors of #3DBDBA
Black with #3DBDBA
Text Example
Text Example
White with #3DBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDBA; }
p { color: rgb(61,189,186); }
H1.HeaderClassName
{
color: #3DBDBA;
}
.AnyTagClassName
{
color: #3DBDBA;
}
</style>
background-color css
<style>
a { background-color: #3DBDBA; }
a { background-color: rgb(61,189,186); }
div.DivClassName
{
background-color: #3DBDBA;
}
.BgClassName
{
background-color: #3DBDBA;
}
</style>
border-color css
<style>
span { border-color: #3DBDBA; }
span { border-color: rgb(61,189,186); }
td.TdClassName
{
border-color: #3DBDBA;
}
.TagClassName
{
border-color: #3DBDBA;
}
</style>