#4BCEBD

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

Shades of Medium Turquoise #4BCEBD

Tints of Medium Turquoise #4BCEBD

Color information

#4BCEBD (or 0x4BCEBD) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CE and BD. RGB value is (75,206,189). Sum of RGB (Red+Green+Blue) = 75+206+189=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEBD is #B43142. Grayscale: #A4A4A4. Windows color (decimal): -11809091 or 12439115. OLE color: 12439115.

HSL color Cylindrical-coordinate representation of color #4BCEBD: hue angle of 172.21º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCEBD is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB75206189-
CMYK0.6400.080.19
HSL172.21º57.21%55.1%-
HSV(B)172.21º63.59%80.78%-
XYZ34.1649.3155.86-
YUV164.89141.663.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.96%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=15.96%
G=43.83%
B=40.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal752061890.6400.080.19172.2157.2155.1
Hex4BCEBD400813ac3937
Octal113316275100010232547167
Binary100101111001110101111011000000010001001110101100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,206,189); }

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

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

 a { background-color: rgb(75,206,189); }

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

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

 span { border-color: rgb(75,206,189); }

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