#4CBFBE

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

Shades of Medium Turquoise #4CBFBE

Tints of Medium Turquoise #4CBFBE

Color information

#4CBFBE (or 0x4CBFBE) is unknown color: approx Medium Turquoise. HEX triplet: 4C, BF and BE. RGB value is (76,191,190). Sum of RGB (Red+Green+Blue) = 76+191+190=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFBE is #B34041. Grayscale: #9C9C9C. Windows color (decimal): -11747394 or 12500812. OLE color: 12500812.

HSL color Cylindrical-coordinate representation of color #4CBFBE: hue angle of 179.48º 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 #4CBFBE is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB76191190-
CMYK0.6000.010.25
HSL179.48º47.33%52.35%-
HSV(B)179.48º60.21%74.9%-
XYZ30.9142.5255.29-
YUV156.5146.970.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.63%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=16.63%
G=41.79%
B=41.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761911900.6000.010.25179.4847.3352.35
Hex4CBFBE3C0119b32f34
Octal1142772767401312635764
Binary10011001011111110111110111100011100110110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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