Shades of Medium Turquoise #3DBEB9
Tints of Medium Turquoise #3DBEB9
RGB
CMYK
RGB Variations
Color information
#3DBEB9 (or 0x3DBEB9) is known color: Medium Turquoise. HEX triplet: 3D, BE and B9. RGB value is (61,190,185). Sum of RGB (Red+Green+Blue) = 61+190+185=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEB9 is #C24146. Grayscale: #969696. Windows color (decimal): -12730695 or 12172861. OLE color: 12172861.
HSL color Cylindrical-coordinate representation of color #3DBEB9: hue angle of 177.67º 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 #3DBEB9 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 185 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.25 |
| HSL | 177.67º | 0.51% | 0.49% | - |
| HSV(B) | 177.67º | 0.68% | 0.75% | - |
| XYZ | 29.09 | 41.32 | 52.34 | - |
| YUV | 150.86 | 147.26 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 185 | 0.68 | 0 | 0.03 | 0.25 | 177.67 | 0.51 | 0.49 |
| Hex | 3D | BE | B9 | 44 | 0 | 3 | 19 | B2 | 33 | 31 |
| Octal | 75 | 276 | 271 | 104 | 0 | 3 | 31 | 262 | 63 | 61 |
| Binary | 111101 | 10111110 | 10111001 | 1000100 | 0 | 11 | 11001 | 10110010 | 110011 | 110001 |
Color Harmonies of #3DBEB9
Complementary color
Monochromatic Colors of #3DBEB9
Black with #3DBEB9
Text Example
Text Example
White with #3DBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEB9; }
p { color: rgb(61,190,185); }
H1.HeaderClassName
{
color: #3DBEB9;
}
.AnyTagClassName
{
color: #3DBEB9;
}
</style>
background-color css
<style>
a { background-color: #3DBEB9; }
a { background-color: rgb(61,190,185); }
div.DivClassName
{
background-color: #3DBEB9;
}
.BgClassName
{
background-color: #3DBEB9;
}
</style>
border-color css
<style>
span { border-color: #3DBEB9; }
span { border-color: rgb(61,190,185); }
td.TdClassName
{
border-color: #3DBEB9;
}
.TagClassName
{
border-color: #3DBEB9;
}
</style>