#4CC4BB

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

Shades of Medium Turquoise #4CC4BB

Tints of Medium Turquoise #4CC4BB

Color information

#4CC4BB (or 0x4CC4BB) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C4 and BB. RGB value is (76,196,187). Sum of RGB (Red+Green+Blue) = 76+196+187=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC4BB is #B33B44. Grayscale: #9F9F9F. Windows color (decimal): -11746117 or 12305484. OLE color: 12305484.

HSL color Cylindrical-coordinate representation of color #4CC4BB: hue angle of 175.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC4BB is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB76196187-
CMYK0.6100.050.23
HSL175.5º50.42%53.33%-
HSV(B)175.5º61.22%76.86%-
XYZ31.6944.653.95-
YUV159.09143.7468.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.56%
GREEN value IS 196 (76.95% from 255) = 42.70%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=16.56%
G=42.70%
B=40.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal761961870.6100.050.23175.550.4253.33
Hex4CC4BB3D0517b03235
Octal1143042737505272606265
Binary1001100110001001011101111110101011011110110000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,196,187); }

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

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

 a { background-color: rgb(76,196,187); }

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

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

 span { border-color: rgb(76,196,187); }

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