Shades of Medium Turquoise #3DBEBA
Tints of Medium Turquoise #3DBEBA
RGB
CMYK
RGB Variations
Color information
#3DBEBA (or 0x3DBEBA) is known color: Medium Turquoise. HEX triplet: 3D, BE and BA. RGB value is (61,190,186). Sum of RGB (Red+Green+Blue) = 61+190+186=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEBA is #C24145. Grayscale: #969696. Windows color (decimal): -12730694 or 12238397. OLE color: 12238397.
HSL color Cylindrical-coordinate representation of color #3DBEBA: hue angle of 178.14º 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 #3DBEBA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 186 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.25 |
| HSL | 178.14º | 0.51% | 0.49% | - |
| HSV(B) | 178.14º | 0.68% | 0.75% | - |
| XYZ | 29.2 | 41.36 | 52.9 | - |
| YUV | 150.97 | 147.76 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 186 | 0.68 | 0 | 0.02 | 0.25 | 178.14 | 0.51 | 0.49 |
| Hex | 3D | BE | BA | 44 | 0 | 2 | 19 | B2 | 33 | 31 |
| Octal | 75 | 276 | 272 | 104 | 0 | 2 | 31 | 262 | 63 | 61 |
| Binary | 111101 | 10111110 | 10111010 | 1000100 | 0 | 10 | 11001 | 10110010 | 110011 | 110001 |
Color Harmonies of #3DBEBA
Complementary color
Monochromatic Colors of #3DBEBA
Black with #3DBEBA
Text Example
Text Example
White with #3DBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEBA; }
p { color: rgb(61,190,186); }
H1.HeaderClassName
{
color: #3DBEBA;
}
.AnyTagClassName
{
color: #3DBEBA;
}
</style>
background-color css
<style>
a { background-color: #3DBEBA; }
a { background-color: rgb(61,190,186); }
div.DivClassName
{
background-color: #3DBEBA;
}
.BgClassName
{
background-color: #3DBEBA;
}
</style>
border-color css
<style>
span { border-color: #3DBEBA; }
span { border-color: rgb(61,190,186); }
td.TdClassName
{
border-color: #3DBEBA;
}
.TagClassName
{
border-color: #3DBEBA;
}
</style>