#4BEBF9

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

Shades of Turquoise Blue #4BEBF9

Tints of Turquoise Blue #4BEBF9

Color information

#4BEBF9 (or 0x4BEBF9) is unknown color: approx Turquoise Blue. HEX triplet: 4B, EB and F9. RGB value is (75,235,249). Sum of RGB (Red+Green+Blue) = 75+235+249=559 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.42% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #4BEBF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEBF9 is #B41406. Grayscale: #BCBCBC. Windows color (decimal): -11801607 or 16378699. OLE color: 16378699.

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

Color convert

RGB75235249-
CMYK0.700.0600.02
HSL184.83º93.55%63.53%-
HSV(B)184.83º69.88%97.65%-
XYZ49.7167.75100.08-
YUV188.76161.9946.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.42%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=13.42%
G=42.04%
B=44.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal752352490.700.0600.02184.8393.5563.53
Hex4BEBF946602b95e40
Octal113353371106602271136100
Binary1001011111010111111100110001101100101011100110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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