#4BD4C8

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

Shades of Medium Turquoise #4BD4C8

Tints of Medium Turquoise #4BD4C8

Color information

#4BD4C8 (or 0x4BD4C8) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D4 and C8. RGB value is (75,212,200). Sum of RGB (Red+Green+Blue) = 75+212+200=487 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.40% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD4C8 is #B42B37. Grayscale: #A9A9A9. Windows color (decimal): -11807544 or 13161547. OLE color: 13161547.

HSL color Cylindrical-coordinate representation of color #4BD4C8: hue angle of 174.74º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD4C8 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB75212200-
CMYK0.6500.060.17
HSL174.74º61.43%56.27%-
HSV(B)174.74º64.62%83.14%-
XYZ36.8752.7562.88-
YUV169.67145.1160.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.40%
GREEN value IS 212 (83.20% from 255) = 43.53%
BLUE value IS 200 (78.52% from 255) = 41.07%
R=15.40%
G=43.53%
B=41.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal752122000.6500.060.17174.7461.4356.27
Hex4BD4C8410611af3d38
Octal11332431010106212577570
Binary10010111101010011001000100000101101000110101111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,212,200); }

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

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

 a { background-color: rgb(75,212,200); }

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

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

 span { border-color: rgb(75,212,200); }

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