#4BF1B9

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

Shades of Turquoise #4BF1B9

Tints of Turquoise #4BF1B9

Color information

#4BF1B9 (or 0x4BF1B9) is unknown color: approx Turquoise. HEX triplet: 4B, F1 and B9. RGB value is (75,241,185). Sum of RGB (Red+Green+Blue) = 75+241+185=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF1B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF1B9 is #B40E46. Grayscale: #B9B9B9. Windows color (decimal): -11800135 or 12185931. OLE color: 12185931.

HSL color Cylindrical-coordinate representation of color #4BF1B9: hue angle of 159.76º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF1B9 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB75241185-
CMYK0.6900.230.05
HSL159.76º85.57%61.96%-
HSV(B)159.76º68.88%94.51%-
XYZ43.1167.9156.73-
YUV184.9812849.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.97%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=14.97%
G=48.10%
B=36.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752411850.6900.230.05159.7685.5761.96
Hex4BF1B9450175a0563e
Octal113361271105027524012676
Binary100101111110001101110011000101010111101101000001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,241,185); }

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

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

 a { background-color: rgb(75,241,185); }

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

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

 span { border-color: rgb(75,241,185); }

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