#4BEBF4

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

Shades of Turquoise Blue #4BEBF4

Tints of Turquoise Blue #4BEBF4

Color information

#4BEBF4 (or 0x4BEBF4) is unknown color: approx Turquoise Blue. HEX triplet: 4B, EB and F4. RGB value is (75,235,244). Sum of RGB (Red+Green+Blue) = 75+235+244=554 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.54% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #4BEBF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEBF4 is #B4140B. Grayscale: #BBBBBB. Windows color (decimal): -11801612 or 16051019. OLE color: 16051019.

HSL color Cylindrical-coordinate representation of color #4BEBF4: hue angle of 183.2º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEBF4 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB75235244-
CMYK0.690.0400.04
HSL183.2º88.48%62.55%-
HSV(B)183.2º69.26%95.69%-
XYZ48.9467.4496.03-
YUV188.19159.4947.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.54%
GREEN value IS 235 (92.19% from 255) = 42.42%
BLUE value IS 244 (95.70% from 255) = 44.04%
R=13.54%
G=42.42%
B=44.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal752352440.690.0400.04183.288.4862.55
Hex4BEBF445404b7583f
Octal11335336410540426713077
Binary1001011111010111111010010001011000100101101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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