#4BE1F9

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

Shades of Turquoise Blue #4BE1F9

Tints of Turquoise Blue #4BE1F9

Color information

#4BE1F9 (or 0x4BE1F9) is unknown color: approx Turquoise Blue. HEX triplet: 4B, E1 and F9. RGB value is (75,225,249). Sum of RGB (Red+Green+Blue) = 75+225+249=549 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.66% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #4BE1F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BE1F9 is #B41E06. Grayscale: #B6B6B6. Windows color (decimal): -11804167 or 16376139. OLE color: 16376139.

HSL color Cylindrical-coordinate representation of color #4BE1F9: hue angle of 188.28º 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 #4BE1F9 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB75225249-
CMYK0.700.1000.02
HSL188.28º93.55%63.53%-
HSV(B)188.28º69.88%97.65%-
XYZ46.9362.1999.15-
YUV182.89165.351.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.66%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=13.66%
G=40.98%
B=45.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal752252490.700.1000.02188.2893.5563.53
Hex4BE1F946A02bc5e40
Octal1133413711061202274136100
Binary10010111110000111111001100011010100101011110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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