#4BD9B7

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

Shades of Medium Turquoise #4BD9B7

Tints of Medium Turquoise #4BD9B7

Color information

#4BD9B7 (or 0x4BD9B7) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D9 and B7. RGB value is (75,217,183). Sum of RGB (Red+Green+Blue) = 75+217+183=475 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.79% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD9B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD9B7 is #B42648. Grayscale: #AAAAAA. Windows color (decimal): -11806281 or 12048715. OLE color: 12048715.

HSL color Cylindrical-coordinate representation of color #4BD9B7: hue angle of 165.63º 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 #4BD9B7 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB75217183-
CMYK0.6500.160.15
HSL165.63º65.14%57.25%-
HSV(B)165.63º65.44%85.1%-
XYZ36.2654.5453.42-
YUV170.67134.9659.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.79%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=15.79%
G=45.68%
B=38.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752171830.6500.160.15165.6365.1457.25
Hex4BD9B741010Fa64139
Octal1133312671010201724610171
Binary1001011110110011011011110000010100001111101001101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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