#4BDAC5

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

Shades of Medium Turquoise #4BDAC5

Tints of Medium Turquoise #4BDAC5

Color information

#4BDAC5 (or 0x4BDAC5) is unknown color: approx Medium Turquoise. HEX triplet: 4B, DA and C5. RGB value is (75,218,197). Sum of RGB (Red+Green+Blue) = 75+218+197=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDAC5 is #B4253A. Grayscale: #ACACAC. Windows color (decimal): -11806011 or 12966475. OLE color: 12966475.

HSL color Cylindrical-coordinate representation of color #4BDAC5: hue angle of 171.19º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDAC5 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB75218197-
CMYK0.6600.100.15
HSL171.19º65.9%57.45%-
HSV(B)171.19º65.6%85.49%-
XYZ38.0555.6761.56-
YUV172.85141.6258.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.31%
GREEN value IS 218 (85.55% from 255) = 44.49%
BLUE value IS 197 (77.34% from 255) = 40.20%
R=15.31%
G=44.49%
B=40.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752181970.6600.100.15171.1965.957.45
Hex4BDAC5420AFab4239
Octal1133323051020121725310271
Binary100101111011010110001011000010010101111101010111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,218,197); }

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

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

 a { background-color: rgb(75,218,197); }

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

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

 span { border-color: rgb(75,218,197); }

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