#4BD8C5

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

Shades of Medium Turquoise #4BD8C5

Tints of Medium Turquoise #4BD8C5

Color information

#4BD8C5 (or 0x4BD8C5) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D8 and C5. RGB value is (75,216,197). Sum of RGB (Red+Green+Blue) = 75+216+197=488 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.37% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD8C5 is #B4273A. Grayscale: #ABABAB. Windows color (decimal): -11806523 or 12965963. OLE color: 12965963.

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

Color convert

RGB75216197-
CMYK0.6500.090.15
HSL171.91º64.38%57.06%-
HSV(B)171.91º65.28%84.71%-
XYZ37.5454.6461.39-
YUV171.68142.2959.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.37%
GREEN value IS 216 (84.77% from 255) = 44.26%
BLUE value IS 197 (77.34% from 255) = 40.37%
R=15.37%
G=44.26%
B=40.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752161970.6500.090.15171.9164.3857.06
Hex4BD8C54109Fac4039
Octal1133303051010111725410071
Binary100101111011000110001011000001010011111101011001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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