#4CC3CB

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

Shades of Medium Turquoise #4CC3CB

Tints of Medium Turquoise #4CC3CB

Color information

#4CC3CB (or 0x4CC3CB) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C3 and CB. RGB value is (76,195,203). Sum of RGB (Red+Green+Blue) = 76+195+203=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CC3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC3CB is #B33C34. Grayscale: #A0A0A0. Windows color (decimal): -11746357 or 13353804. OLE color: 13353804.

HSL color Cylindrical-coordinate representation of color #4CC3CB: hue angle of 183.78º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC3CB is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB76195203-
CMYK0.630.0400.20
HSL183.78º54.98%54.71%-
HSV(B)183.78º62.56%79.61%-
XYZ33.2844.8863.41-
YUV160.33152.0867.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.03%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=16.03%
G=41.14%
B=42.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761952030.630.0400.20183.7854.9854.71
Hex4CC3CB3F4014b83737
Octal1143033137740242706767
Binary1001100110000111100101111111110001010010111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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