Shades of Medium Turquoise #3ABEB9
Tints of Medium Turquoise #3ABEB9
RGB
CMYK
RGB Variations
Color information
#3ABEB9 (or 0x3ABEB9) is known color: Medium Turquoise. HEX triplet: 3A, BE and B9. RGB value is (58,190,185). Sum of RGB (Red+Green+Blue) = 58+190+185=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEB9 is #C54146. Grayscale: #959595. Windows color (decimal): -12927303 or 12172858. OLE color: 12172858.
HSL color Cylindrical-coordinate representation of color #3ABEB9: hue angle of 177.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABEB9 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 185 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.25 |
| HSL | 177.73º | 0.53% | 0.49% | - |
| HSV(B) | 177.73º | 0.69% | 0.75% | - |
| XYZ | 28.92 | 41.23 | 52.33 | - |
| YUV | 149.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 185 | 0.69 | 0 | 0.03 | 0.25 | 177.73 | 0.53 | 0.49 |
| Hex | 3A | BE | B9 | 45 | 0 | 3 | 19 | B2 | 35 | 31 |
| Octal | 72 | 276 | 271 | 105 | 0 | 3 | 31 | 262 | 65 | 61 |
| Binary | 111010 | 10111110 | 10111001 | 1000101 | 0 | 11 | 11001 | 10110010 | 110101 | 110001 |
Color Harmonies of #3ABEB9
Complementary color
Monochromatic Colors of #3ABEB9
Black with #3ABEB9
Text Example
Text Example
White with #3ABEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEB9; }
p { color: rgb(58,190,185); }
H1.HeaderClassName
{
color: #3ABEB9;
}
.AnyTagClassName
{
color: #3ABEB9;
}
</style>
background-color css
<style>
a { background-color: #3ABEB9; }
a { background-color: rgb(58,190,185); }
div.DivClassName
{
background-color: #3ABEB9;
}
.BgClassName
{
background-color: #3ABEB9;
}
</style>
border-color css
<style>
span { border-color: #3ABEB9; }
span { border-color: rgb(58,190,185); }
td.TdClassName
{
border-color: #3ABEB9;
}
.TagClassName
{
border-color: #3ABEB9;
}
</style>