#4BEAE9

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

Shades of Turquoise #4BEAE9

Tints of Turquoise #4BEAE9

Color information

#4BEAE9 (or 0x4BEAE9) is unknown color: approx Turquoise. HEX triplet: 4B, EA and E9. RGB value is (75,234,233). Sum of RGB (Red+Green+Blue) = 75+234+233=542 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.84% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEAE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEAE9 is #B41516. Grayscale: #BABABA. Windows color (decimal): -11801879 or 15329867. OLE color: 15329867.

HSL color Cylindrical-coordinate representation of color #4BEAE9: hue angle of 179.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEAE9 is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB75234233-
CMYK0.6800.000.08
HSL179.62º79.1%60.59%-
HSV(B)179.62º67.95%91.76%-
XYZ47.0366.2287.39-
YUV186.35154.3248.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.84%
GREEN value IS 234 (91.80% from 255) = 43.17%
BLUE value IS 233 (91.41% from 255) = 42.99%
R=13.84%
G=43.17%
B=42.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal752342330.6800.000.08179.6279.160.59
Hex4BEAE944008b44f3d
Octal113352351104001026411775
Binary100101111101010111010011000100001000101101001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,234,233); }

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

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

 a { background-color: rgb(75,234,233); }

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

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

 span { border-color: rgb(75,234,233); }

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