Shades of Medium Turquoise #3DBEB6
Tints of Medium Turquoise #3DBEB6
RGB
CMYK
RGB Variations
Color information
#3DBEB6 (or 0x3DBEB6) is known color: Medium Turquoise. HEX triplet: 3D, BE and B6. RGB value is (61,190,182). Sum of RGB (Red+Green+Blue) = 61+190+182=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEB6 is #C24149. Grayscale: #969696. Windows color (decimal): -12730698 or 11976253. OLE color: 11976253.
HSL color Cylindrical-coordinate representation of color #3DBEB6: hue angle of 176.28º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBEB6 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 182 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.25 |
| HSL | 176.28º | 0.51% | 0.49% | - |
| HSV(B) | 176.28º | 0.68% | 0.75% | - |
| XYZ | 28.78 | 41.2 | 50.69 | - |
| YUV | 150.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 182 | 0.68 | 0 | 0.04 | 0.25 | 176.28 | 0.51 | 0.49 |
| Hex | 3D | BE | B6 | 44 | 0 | 4 | 19 | B0 | 33 | 31 |
| Octal | 75 | 276 | 266 | 104 | 0 | 4 | 31 | 260 | 63 | 61 |
| Binary | 111101 | 10111110 | 10110110 | 1000100 | 0 | 100 | 11001 | 10110000 | 110011 | 110001 |
Color Harmonies of #3DBEB6
Complementary color
Monochromatic Colors of #3DBEB6
Black with #3DBEB6
Text Example
Text Example
White with #3DBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEB6; }
p { color: rgb(61,190,182); }
H1.HeaderClassName
{
color: #3DBEB6;
}
.AnyTagClassName
{
color: #3DBEB6;
}
</style>
background-color css
<style>
a { background-color: #3DBEB6; }
a { background-color: rgb(61,190,182); }
div.DivClassName
{
background-color: #3DBEB6;
}
.BgClassName
{
background-color: #3DBEB6;
}
</style>
border-color css
<style>
span { border-color: #3DBEB6; }
span { border-color: rgb(61,190,182); }
td.TdClassName
{
border-color: #3DBEB6;
}
.TagClassName
{
border-color: #3DBEB6;
}
</style>