#4ABFBB

Color #4ABFBB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4ABFBB

Tints of Medium Turquoise #4ABFBB

Color information

#4ABFBB (or 0x4ABFBB) is unknown color: approx 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

RGB74191187-
CMYK0.6100.020.25
HSL177.95º47.76%51.96%-
HSV(B)177.95º61.26%74.9%-
XYZ30.4242.3153.58-
YUV155.56145.7469.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 16.37%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=16.37%
G=42.26%
B=41.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741911870.6100.020.25177.9547.7651.96
Hex4ABFBB3D0219b23034
Octal1122772737502312626064
Binary100101010111111101110111111010101100110110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>