Shades of Medium Turquoise #3ABFB9
Tints of Medium Turquoise #3ABFB9
RGB
CMYK
RGB Variations
Color information
#3ABFB9 (or 0x3ABFB9) is known color: Medium Turquoise. HEX triplet: 3A, BF and B9. RGB value is (58,191,185). Sum of RGB (Red+Green+Blue) = 58+191+185=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFB9 is #C54046. Grayscale: #969696. Windows color (decimal): -12927047 or 12173114. OLE color: 12173114.
HSL color Cylindrical-coordinate representation of color #3ABFB9: hue angle of 177.29º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABFB9 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 185 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.25 |
| HSL | 177.29º | 0.53% | 0.49% | - |
| HSV(B) | 177.29º | 0.7% | 0.75% | - |
| XYZ | 29.13 | 41.66 | 52.41 | - |
| YUV | 150.55 | 147.44 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 185 | 0.70 | 0 | 0.03 | 0.25 | 177.29 | 0.53 | 0.49 |
| Hex | 3A | BF | B9 | 46 | 0 | 3 | 19 | B1 | 35 | 31 |
| Octal | 72 | 277 | 271 | 106 | 0 | 3 | 31 | 261 | 65 | 61 |
| Binary | 111010 | 10111111 | 10111001 | 1000110 | 0 | 11 | 11001 | 10110001 | 110101 | 110001 |
Color Harmonies of #3ABFB9
Complementary color
Monochromatic Colors of #3ABFB9
Black with #3ABFB9
Text Example
Text Example
White with #3ABFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFB9; }
p { color: rgb(58,191,185); }
H1.HeaderClassName
{
color: #3ABFB9;
}
.AnyTagClassName
{
color: #3ABFB9;
}
</style>
background-color css
<style>
a { background-color: #3ABFB9; }
a { background-color: rgb(58,191,185); }
div.DivClassName
{
background-color: #3ABFB9;
}
.BgClassName
{
background-color: #3ABFB9;
}
</style>
border-color css
<style>
span { border-color: #3ABFB9; }
span { border-color: rgb(58,191,185); }
td.TdClassName
{
border-color: #3ABFB9;
}
.TagClassName
{
border-color: #3ABFB9;
}
</style>