#4BE8E0

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

Shades of Turquoise #4BE8E0

Tints of Turquoise #4BE8E0

Color information

#4BE8E0 (or 0x4BE8E0) is unknown color: approx Turquoise. HEX triplet: 4B, E8 and E0. RGB value is (75,232,224). Sum of RGB (Red+Green+Blue) = 75+232+224=531 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.12% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE8E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE8E0 is #B4171F. Grayscale: #B8B8B8. Windows color (decimal): -11802400 or 14739531. OLE color: 14739531.

HSL color Cylindrical-coordinate representation of color #4BE8E0: hue angle of 176.94º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE8E0 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB75232224-
CMYK0.6800.030.09
HSL176.94º77.34%60.2%-
HSV(B)176.94º67.67%90.98%-
XYZ45.2164.5980.61-
YUV184.14150.4950.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.12%
GREEN value IS 232 (91.02% from 255) = 43.69%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=14.12%
G=43.69%
B=42.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal752322240.6800.030.09176.9477.3460.2
Hex4BE8E044039b14d3c
Octal113350340104031126111574
Binary1001011111010001110000010001000111001101100011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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