#4BC5BA

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

Shades of Medium Turquoise #4BC5BA

Tints of Medium Turquoise #4BC5BA

Color information

#4BC5BA (or 0x4BC5BA) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C5 and BA. RGB value is (75,197,186). Sum of RGB (Red+Green+Blue) = 75+197+186=458 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.38% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC5BA is #B43A45. Grayscale: #9F9F9F. Windows color (decimal): -11811398 or 12240203. OLE color: 12240203.

HSL color Cylindrical-coordinate representation of color #4BC5BA: hue angle of 174.59º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC5BA is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB75197186-
CMYK0.6200.060.23
HSL174.59º51.26%53.33%-
HSV(B)174.59º61.93%77.25%-
XYZ31.7344.9753.46-
YUV159.27143.0867.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.38%
GREEN value IS 197 (77.34% from 255) = 43.01%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=16.38%
G=43.01%
B=40.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal751971860.6200.060.23174.5951.2653.33
Hex4BC5BA3E0617af3335
Octal1133052727606272576365
Binary1001011110001011011101011111001101011110101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,186); }

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

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

 a { background-color: rgb(75,197,186); }

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

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

 span { border-color: rgb(75,197,186); }

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