Shades of Medium Turquoise #4ABFBB
Tints of Medium Turquoise #4ABFBB
RGB
CMYK
RGB Variations
Color information
#4ABFBB (or 0x4ABFBB) is known color: Medium Turquoise. HEX triplet: 4A, BF and BB. RGB value is (74,191,187). Sum of RGB (Red+Green+Blue) = 74+191+187=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFBB is #B54044. Grayscale: #9B9B9B. Windows color (decimal): -11878469 or 12304202. OLE color: 12304202.
HSL color Cylindrical-coordinate representation of color #4ABFBB: hue angle of 177.95º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABFBB is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 187 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.25 |
| HSL | 177.95º | 0.48% | 0.52% | - |
| HSV(B) | 177.95º | 0.61% | 0.75% | - |
| XYZ | 30.42 | 42.31 | 53.58 | - |
| YUV | 155.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 187 | 0.61 | 0 | 0.02 | 0.25 | 177.95 | 0.48 | 0.52 |
| Hex | 4A | BF | BB | 3D | 0 | 2 | 19 | B2 | 30 | 34 |
| Octal | 112 | 277 | 273 | 75 | 0 | 2 | 31 | 262 | 60 | 64 |
| Binary | 1001010 | 10111111 | 10111011 | 111101 | 0 | 10 | 11001 | 10110010 | 110000 | 110100 |
Color Harmonies of #4ABFBB
Complementary color
Monochromatic Colors of #4ABFBB
Black with #4ABFBB
Text Example
Text Example
White with #4ABFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFBB; }
p { color: rgb(74,191,187); }
H1.HeaderClassName
{
color: #4ABFBB;
}
.AnyTagClassName
{
color: #4ABFBB;
}
</style>
background-color css
<style>
a { background-color: #4ABFBB; }
a { background-color: rgb(74,191,187); }
div.DivClassName
{
background-color: #4ABFBB;
}
.BgClassName
{
background-color: #4ABFBB;
}
</style>
border-color css
<style>
span { border-color: #4ABFBB; }
span { border-color: rgb(74,191,187); }
td.TdClassName
{
border-color: #4ABFBB;
}
.TagClassName
{
border-color: #4ABFBB;
}
</style>