#4CD6DC

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

Shades of Medium Turquoise #4CD6DC

Tints of Medium Turquoise #4CD6DC

Color information

#4CD6DC (or 0x4CD6DC) is unknown color: approx Medium Turquoise. HEX triplet: 4C, D6 and DC. RGB value is (76,214,220). Sum of RGB (Red+Green+Blue) = 76+214+220=510 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.90% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CD6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD6DC is #B32923. Grayscale: #ADADAD. Windows color (decimal): -11741476 or 14472780. OLE color: 14472780.

HSL color Cylindrical-coordinate representation of color #4CD6DC: hue angle of 182.5º 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 #4CD6DC is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB76214220-
CMYK0.650.0300.14
HSL182.5º67.29%58.04%-
HSV(B)182.5º65.45%86.27%-
XYZ39.9554.876.18-
YUV173.42154.2858.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.90%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=14.90%
G=41.96%
B=43.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762142200.650.0300.14182.567.2958.04
Hex4CD6DC4130Eb6433a
Octal114326334101301626610372
Binary1001100110101101101110010000011101110101101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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