#4BCACC

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

Shades of Medium Turquoise #4BCACC

Tints of Medium Turquoise #4BCACC

Color information

#4BCACC (or 0x4BCACC) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CA and CC. RGB value is (75,202,204). Sum of RGB (Red+Green+Blue) = 75+202+204=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BCACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCACC is #B43533. Grayscale: #A4A4A4. Windows color (decimal): -11810100 or 13421131. OLE color: 13421131.

HSL color Cylindrical-coordinate representation of color #4BCACC: hue angle of 180.93º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCACC is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB75202204-
CMYK0.630.0100.2
HSL180.93º55.84%54.71%-
HSV(B)180.93º63.24%80%-
XYZ34.9248.164.57-
YUV164.26150.4264.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.59%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=15.59%
G=42.00%
B=42.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal752022040.630.0100.2180.9355.8454.71
Hex4BCACC3F1014b53837
Octal1133123147710242657067
Binary10010111100101011001100111111101010010110101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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