#4CDACB

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

Shades of Medium Turquoise #4CDACB

Tints of Medium Turquoise #4CDACB

Color information

#4CDACB (or 0x4CDACB) is unknown color: approx Medium Turquoise. HEX triplet: 4C, DA and CB. RGB value is (76,218,203). Sum of RGB (Red+Green+Blue) = 76+218+203=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDACB is #B32534. Grayscale: #ADADAD. Windows color (decimal): -11740469 or 13359692. OLE color: 13359692.

HSL color Cylindrical-coordinate representation of color #4CDACB: hue angle of 173.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDACB is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB76218203-
CMYK0.6500.070.15
HSL173.66º65.74%57.65%-
HSV(B)173.66º65.14%85.49%-
XYZ38.8355.9965.26-
YUV173.83144.4658.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.29%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=15.29%
G=43.86%
B=40.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal762182030.6500.070.15173.6665.7457.65
Hex4CDACB4107Fae423a
Octal114332313101071725610272
Binary10011001101101011001011100000101111111101011101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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