#4CC9BC

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

Shades of Medium Turquoise #4CC9BC

Tints of Medium Turquoise #4CC9BC

Color information

#4CC9BC (or 0x4CC9BC) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C9 and BC. RGB value is (76,201,188). Sum of RGB (Red+Green+Blue) = 76+201+188=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC9BC is #B33643. Grayscale: #A2A2A2. Windows color (decimal): -11744836 or 12372300. OLE color: 12372300.

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

Color convert

RGB76201188-
CMYK0.6200.060.21
HSL173.76º53.65%54.31%-
HSV(B)173.76º62.19%78.82%-
XYZ32.9446.9454.9-
YUV162.14142.5966.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.34%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=16.34%
G=43.23%
B=40.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal762011880.6200.060.21173.7653.6554.31
Hex4CC9BC3E0615ae3636
Octal1143112747606252566666
Binary1001100110010011011110011111001101010110101110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,201,188); }

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

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

 a { background-color: rgb(76,201,188); }

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

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

 span { border-color: rgb(76,201,188); }

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