Shades of Medium Turquoise #3ABFB7
Tints of Medium Turquoise #3ABFB7
RGB
CMYK
RGB Variations
Color information
#3ABFB7 (or 0x3ABFB7) is known color: Medium Turquoise. HEX triplet: 3A, BF and B7. RGB value is (58,191,183). Sum of RGB (Red+Green+Blue) = 58+191+183=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFB7 is #C54048. Grayscale: #969696. Windows color (decimal): -12927049 or 12042042. OLE color: 12042042.
HSL color Cylindrical-coordinate representation of color #3ABFB7: hue angle of 176.39º 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 #3ABFB7 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 183 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.25 |
| HSL | 176.39º | 0.53% | 0.49% | - |
| HSV(B) | 176.39º | 0.7% | 0.75% | - |
| XYZ | 28.92 | 41.58 | 51.3 | - |
| YUV | 150.32 | 146.44 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 183 | 0.70 | 0 | 0.04 | 0.25 | 176.39 | 0.53 | 0.49 |
| Hex | 3A | BF | B7 | 46 | 0 | 4 | 19 | B0 | 35 | 31 |
| Octal | 72 | 277 | 267 | 106 | 0 | 4 | 31 | 260 | 65 | 61 |
| Binary | 111010 | 10111111 | 10110111 | 1000110 | 0 | 100 | 11001 | 10110000 | 110101 | 110001 |
Color Harmonies of #3ABFB7
Complementary color
Monochromatic Colors of #3ABFB7
Black with #3ABFB7
Text Example
Text Example
White with #3ABFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFB7; }
p { color: rgb(58,191,183); }
H1.HeaderClassName
{
color: #3ABFB7;
}
.AnyTagClassName
{
color: #3ABFB7;
}
</style>
background-color css
<style>
a { background-color: #3ABFB7; }
a { background-color: rgb(58,191,183); }
div.DivClassName
{
background-color: #3ABFB7;
}
.BgClassName
{
background-color: #3ABFB7;
}
</style>
border-color css
<style>
span { border-color: #3ABFB7; }
span { border-color: rgb(58,191,183); }
td.TdClassName
{
border-color: #3ABFB7;
}
.TagClassName
{
border-color: #3ABFB7;
}
</style>