#4BD9B4

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

Shades of Medium Turquoise #4BD9B4

Tints of Medium Turquoise #4BD9B4

Color information

#4BD9B4 (or 0x4BD9B4) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D9 and B4. RGB value is (75,217,180). Sum of RGB (Red+Green+Blue) = 75+217+180=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD9B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD9B4 is #B4264B. Grayscale: #AAAAAA. Windows color (decimal): -11806284 or 11852107. OLE color: 11852107.

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

Color convert

RGB75217180-
CMYK0.6500.170.15
HSL164.37º65.14%57.25%-
HSV(B)164.37º65.44%85.1%-
XYZ35.9554.4251.79-
YUV170.32133.4660.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.89%
GREEN value IS 217 (85.16% from 255) = 45.97%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=15.89%
G=45.97%
B=38.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752171800.6500.170.15164.3765.1457.25
Hex4BD9B441011Fa44139
Octal1133312641010211724410171
Binary1001011110110011011010010000010100011111101001001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,217,180); }

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

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

 a { background-color: rgb(75,217,180); }

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

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

 span { border-color: rgb(75,217,180); }

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