#4CC6C8

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

Shades of Medium Turquoise #4CC6C8

Tints of Medium Turquoise #4CC6C8

Color information

#4CC6C8 (or 0x4CC6C8) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C6 and C8. RGB value is (76,198,200). Sum of RGB (Red+Green+Blue) = 76+198+200=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #4CC6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC6C8 is #B33937. Grayscale: #A1A1A1. Windows color (decimal): -11745592 or 13157964. OLE color: 13157964.

HSL color Cylindrical-coordinate representation of color #4CC6C8: hue angle of 180.97º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC6C8 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB76198200-
CMYK0.620.0100.22
HSL180.97º52.99%54.12%-
HSV(B)180.97º62%78.43%-
XYZ33.646.0961.77-
YUV161.75149.5866.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.03%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=16.03%
G=41.77%
B=42.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761982000.620.0100.22180.9752.9954.12
Hex4CC6C83E1016b53536
Octal1143063107610262656566
Binary10011001100011011001000111110101011010110101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,198,200); }

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

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

 a { background-color: rgb(76,198,200); }

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

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

 span { border-color: rgb(76,198,200); }

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