#4cdcc7

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

Shades of Medium Turquoise #4CDCC7

Tints of Medium Turquoise #4CDCC7

Color information

#4CDCC7 (or 0x4CDCC7) is unknown color: approx Medium Turquoise. HEX triplet: 4C, DC and C7. RGB value is (76,220,199). Sum of RGB (Red+Green+Blue) = 76+220+199=495 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.35% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCC7 is #B32338. Grayscale: #AEAEAE. Windows color (decimal): -11739961 or 13098060. OLE color: 13098060.

HSL color Cylindrical-coordinate representation of color #4CDCC7: hue angle of 171.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDCC7 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB76220199-
CMYK0.6500.100.14
HSL171.25º67.29%58.04%-
HSV(B)171.25º65.45%86.27%-
XYZ38.8856.8562.96-
YUV174.55141.7957.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.35%
GREEN value IS 220 (86.33% from 255) = 44.44%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=15.35%
G=44.44%
B=40.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762201990.6500.100.14171.2567.2958.04
Hex4CDCC7410AEab433a
Octal1143343071010121625310372
Binary100110011011100110001111000001010101110101010111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cdcc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,220,199); }

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

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

 a { background-color: rgb(76,220,199); }

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

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

 span { border-color: rgb(76,220,199); }

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