#4CCBC5

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

Shades of Medium Turquoise #4CCBC5

Tints of Medium Turquoise #4CCBC5

Color information

#4CCBC5 (or 0x4CCBC5) is unknown color: approx Medium Turquoise. HEX triplet: 4C, CB and C5. RGB value is (76,203,197). Sum of RGB (Red+Green+Blue) = 76+203+197=476 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.97% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBC5 is #B3343A. Grayscale: #A4A4A4. Windows color (decimal): -11744315 or 12962636. OLE color: 12962636.

HSL color Cylindrical-coordinate representation of color #4CCBC5: hue angle of 177.17º degrees, saturation: 0.55, 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 #4CCBC5 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB76203197-
CMYK0.6300.030.20
HSL177.17º54.98%54.71%-
HSV(B)177.17º62.56%79.61%-
XYZ34.4148.2860.33-
YUV164.34146.4264.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.97%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 197 (77.34% from 255) = 41.39%
R=15.97%
G=42.65%
B=41.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal762031970.6300.030.20177.1754.9854.71
Hex4CCBC53F0314b13737
Octal1143133057703242616767
Binary100110011001011110001011111110111010010110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,203,197); }

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

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

 a { background-color: rgb(76,203,197); }

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

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

 span { border-color: rgb(76,203,197); }

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