#4BF9BE

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

Shades of Turquoise #4BF9BE

Tints of Turquoise #4BF9BE

Color information

#4BF9BE (or 0x4BF9BE) is unknown color: approx Turquoise. HEX triplet: 4B, F9 and BE. RGB value is (75,249,190). Sum of RGB (Red+Green+Blue) = 75+249+190=514 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.59% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF9BE is #B40641. Grayscale: #BEBEBE. Windows color (decimal): -11798082 or 12515659. OLE color: 12515659.

HSL color Cylindrical-coordinate representation of color #4BF9BE: hue angle of 159.66º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF9BE is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB75249190-
CMYK0.7000.240.02
HSL159.66º93.55%63.53%-
HSV(B)159.66º69.88%97.65%-
XYZ46.0772.9660.37-
YUV190.25127.8545.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.59%
GREEN value IS 249 (97.66% from 255) = 48.44%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=14.59%
G=48.44%
B=36.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal752491900.7000.240.02159.6693.5563.53
Hex4BF9BE460182a05e40
Octal1133712761060302240136100
Binary100101111111001101111101000110011000101010000010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,249,190); }

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

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

 a { background-color: rgb(75,249,190); }

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

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

 span { border-color: rgb(75,249,190); }

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