#4BDBBE

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

Shades of Medium Turquoise #4BDBBE

Tints of Medium Turquoise #4BDBBE

Color information

#4BDBBE (or 0x4BDBBE) is unknown color: approx Medium Turquoise. HEX triplet: 4B, DB and BE. RGB value is (75,219,190). Sum of RGB (Red+Green+Blue) = 75+219+190=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBBE is #B42441. Grayscale: #ACACAC. Windows color (decimal): -11805762 or 12507979. OLE color: 12507979.

HSL color Cylindrical-coordinate representation of color #4BDBBE: hue angle of 167.92º 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 #4BDBBE is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB75219190-
CMYK0.6600.130.14
HSL167.92º66.67%57.65%-
HSV(B)167.92º65.75%85.88%-
XYZ37.5355.8857.52-
YUV172.64137.7958.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.50%
GREEN value IS 219 (85.94% from 255) = 45.25%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=15.50%
G=45.25%
B=39.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal752191900.6600.130.14167.9266.6757.65
Hex4BDBBE420DEa8433a
Octal1133332761020151625010372
Binary100101111011011101111101000010011011110101010001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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