#4BEEBF

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

Shades of Turquoise #4BEEBF

Tints of Turquoise #4BEEBF

Color information

#4BEEBF (or 0x4BEEBF) is unknown color: approx Turquoise. HEX triplet: 4B, EE and BF. RGB value is (75,238,191). Sum of RGB (Red+Green+Blue) = 75+238+191=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEEBF is #B41140. Grayscale: #B7B7B7. Windows color (decimal): -11800897 or 12578379. OLE color: 12578379.

HSL color Cylindrical-coordinate representation of color #4BEEBF: hue angle of 162.7º degrees, saturation: 0.83, 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 #4BEEBF is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB75238191-
CMYK0.6800.200.07
HSL162.7º82.74%61.37%-
HSV(B)162.7º68.49%93.33%-
XYZ42.8866.4159.85-
YUV183.913250.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.88%
GREEN value IS 238 (93.36% from 255) = 47.22%
BLUE value IS 191 (75% from 255) = 37.90%
R=14.88%
G=47.22%
B=37.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752381910.6800.200.07162.782.7461.37
Hex4BEEBF440147a3533d
Octal113356277104024724312375
Binary100101111101110101111111000100010100111101000111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,238,191); }

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

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

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

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

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

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

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