#4BC4CA

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

Shades of Medium Turquoise #4BC4CA

Tints of Medium Turquoise #4BC4CA

Color information

#4BC4CA (or 0x4BC4CA) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C4 and CA. RGB value is (75,196,202). Sum of RGB (Red+Green+Blue) = 75+196+202=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #4BC4CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC4CA is #B43B35. Grayscale: #A0A0A0. Windows color (decimal): -11811638 or 13288523. OLE color: 13288523.

HSL color Cylindrical-coordinate representation of color #4BC4CA: hue angle of 182.83º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC4CA is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75196202-
CMYK0.630.0300.21
HSL182.83º54.51%54.31%-
HSV(B)182.83º62.87%79.22%-
XYZ33.345.2462.85-
YUV160.5151.4167.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.86%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=15.86%
G=41.44%
B=42.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751962020.630.0300.21182.8354.5154.31
Hex4BC4CA3F3015b73736
Octal1133043127730252676766
Binary100101111000100110010101111111101010110110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,196,202); }

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

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

 a { background-color: rgb(75,196,202); }

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

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

 span { border-color: rgb(75,196,202); }

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