#4BDBB8

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

Shades of Medium Turquoise #4BDBB8

Tints of Medium Turquoise #4BDBB8

Color information

#4BDBB8 (or 0x4BDBB8) is unknown color: approx Medium Turquoise. HEX triplet: 4B, DB and B8. RGB value is (75,219,184). Sum of RGB (Red+Green+Blue) = 75+219+184=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBB8 is #B42447. Grayscale: #ABABAB. Windows color (decimal): -11805768 or 12114763. OLE color: 12114763.

HSL color Cylindrical-coordinate representation of color #4BDBB8: hue angle of 165.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDBB8 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB75219184-
CMYK0.6600.160.14
HSL165.42º66.67%57.65%-
HSV(B)165.42º65.75%85.88%-
XYZ36.8855.6254.14-
YUV171.95134.7958.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.69%
GREEN value IS 219 (85.94% from 255) = 45.82%
BLUE value IS 184 (72.27% from 255) = 38.49%
R=15.69%
G=45.82%
B=38.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal752191840.6600.160.14165.4266.6757.65
Hex4BDBB842010Ea5433a
Octal1133332701020201624510372
Binary1001011110110111011100010000100100001110101001011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,219,184); }

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

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

 a { background-color: rgb(75,219,184); }

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

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

 span { border-color: rgb(75,219,184); }

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