#4BD5BB

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

Shades of Medium Turquoise #4BD5BB

Tints of Medium Turquoise #4BD5BB

Color information

#4BD5BB (or 0x4BD5BB) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D5 and BB. RGB value is (75,213,187). Sum of RGB (Red+Green+Blue) = 75+213+187=475 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.79% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD5BB is #B42A44. Grayscale: #A8A8A8. Windows color (decimal): -11807301 or 12309835. OLE color: 12309835.

HSL color Cylindrical-coordinate representation of color #4BD5BB: hue angle of 168.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD5BB is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB75213187-
CMYK0.6500.120.16
HSL168.7º62.16%56.47%-
HSV(B)168.7º64.79%83.53%-
XYZ35.6752.6755.3-
YUV168.77138.2861.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.79%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=15.79%
G=44.84%
B=39.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal752131870.6500.120.16168.762.1656.47
Hex4BD5BB410C10a93e38
Octal113325273101014202517670
Binary100101111010101101110111000001011001000010101001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,213,187); }

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

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

 a { background-color: rgb(75,213,187); }

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

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

 span { border-color: rgb(75,213,187); }

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