#4BC0B8

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

Shades of Medium Turquoise #4BC0B8

Tints of Medium Turquoise #4BC0B8

Color information

#4BC0B8 (or 0x4BC0B8) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C0 and B8. RGB value is (75,192,184). Sum of RGB (Red+Green+Blue) = 75+192+184=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC0B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC0B8 is #B43F47. Grayscale: #9C9C9C. Windows color (decimal): -11812680 or 12107851. OLE color: 12107851.

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

Color convert

RGB75192184-
CMYK0.6100.040.25
HSL175.9º48.15%52.35%-
HSV(B)175.9º60.94%75.29%-
XYZ30.442.6651.98-
YUV156.1143.7470.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.63%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 184 (72.27% from 255) = 40.80%
R=16.63%
G=42.57%
B=40.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751921840.6100.040.25175.948.1552.35
Hex4BC0B83D0419b03034
Octal1133002707504312606064
Binary1001011110000001011100011110101001100110110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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