#4BECE0

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

Shades of Turquoise #4BECE0

Tints of Turquoise #4BECE0

Color information

#4BECE0 (or 0x4BECE0) is unknown color: approx Turquoise. HEX triplet: 4B, EC and E0. RGB value is (75,236,224). Sum of RGB (Red+Green+Blue) = 75+236+224=535 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.02% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECE0 is #B4131F. Grayscale: #BABABA. Windows color (decimal): -11801376 or 14740555. OLE color: 14740555.

HSL color Cylindrical-coordinate representation of color #4BECE0: hue angle of 175.53º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BECE0 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB75236224-
CMYK0.6800.050.07
HSL175.53º80.9%60.98%-
HSV(B)175.53º68.22%92.55%-
XYZ46.3566.8780.98-
YUV186.49149.1648.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.02%
GREEN value IS 236 (92.58% from 255) = 44.11%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=14.02%
G=44.11%
B=41.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752362240.6800.050.07175.5380.960.98
Hex4BECE044057b0513d
Octal11335434010405726012175
Binary1001011111011001110000010001000101111101100001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,236,224); }

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

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

 a { background-color: rgb(75,236,224); }

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

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

 span { border-color: rgb(75,236,224); }

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