#4BBEB8

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

Shades of Medium Turquoise #4BBEB8

Tints of Medium Turquoise #4BBEB8

Color information

#4BBEB8 (or 0x4BBEB8) is unknown color: approx Medium Turquoise. HEX triplet: 4B, BE and B8. RGB value is (75,190,184). Sum of RGB (Red+Green+Blue) = 75+190+184=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBEB8 is #B44147. Grayscale: #9A9A9A. Windows color (decimal): -11813192 or 12107339. OLE color: 12107339.

HSL color Cylindrical-coordinate representation of color #4BBEB8: hue angle of 176.87º degrees, saturation: 0.47, 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 #4BBEB8 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB75190184-
CMYK0.6100.030.25
HSL176.87º46.94%51.96%-
HSV(B)176.87º60.53%74.51%-
XYZ29.9741.7851.83-
YUV154.93144.470.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.70%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=16.70%
G=42.32%
B=40.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751901840.6100.030.25176.8746.9451.96
Hex4BBEB83D0319b12f34
Octal1132762707503312615764
Binary100101110111110101110001111010111100110110001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BBEB8; }

 p { color: rgb(75,190,184); }

 H1.HeaderClassName
 {
   color: #4BBEB8;
 }
 .AnyTagClassName
 {
   color: #4BBEB8;
 }
</style>
background-color css

<style>
 a { background-color: #4BBEB8; }

 a { background-color: rgb(75,190,184); }

 div.DivClassName
 {
   background-color: #4BBEB8;
 }
 .BgClassName
 {
   background-color: #4BBEB8;
 }
</style>
border-color css

<style>
 span { border-color: #4BBEB8; }

 span { border-color: rgb(75,190,184); }

 td.TdClassName
 {
   border-color: #4BBEB8;
 }
 .TagClassName
 {
   border-color: #4BBEB8;
 }
</style>