#4CBFBF

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

Shades of Medium Turquoise #4CBFBF

Tints of Medium Turquoise #4CBFBF

Color information

#4CBFBF (or 0x4CBFBF) is unknown color: approx Medium Turquoise. HEX triplet: 4C, BF and BF. RGB value is (76,191,191). Sum of RGB (Red+Green+Blue) = 76+191+191=458 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.59% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #4CBFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFBF is #B34040. Grayscale: #9C9C9C. Windows color (decimal): -11747393 or 12566348. OLE color: 12566348.

HSL color Cylindrical-coordinate representation of color #4CBFBF: hue angle of 180º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBFBF is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76191191-
CMYK0.60000.25
HSL180º47.33%52.35%-
HSV(B)180º60.21%74.9%-
XYZ31.0242.5655.87-
YUV156.61147.470.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.59%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 191 (75% from 255) = 41.70%
R=16.59%
G=41.70%
B=41.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761911910.60000.2518047.3352.35
Hex4CBFBF3C0019b42f34
Octal1142772777400312645764
Binary10011001011111110111111111100001100110110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,191,191); }

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

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

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

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

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

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

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