#4BEBF8

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

Shades of Turquoise Blue #4BEBF8

Tints of Turquoise Blue #4BEBF8

Color information

#4BEBF8 (or 0x4BEBF8) is unknown color: approx Turquoise Blue. HEX triplet: 4B, EB and F8. RGB value is (75,235,248). Sum of RGB (Red+Green+Blue) = 75+235+248=558 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.44% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #4BEBF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEBF8 is #B41407. Grayscale: #BCBCBC. Windows color (decimal): -11801608 or 16313163. OLE color: 16313163.

HSL color Cylindrical-coordinate representation of color #4BEBF8: hue angle of 184.51º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BEBF8 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB75235248-
CMYK0.700.0500.03
HSL184.51º92.51%63.33%-
HSV(B)184.51º69.76%97.25%-
XYZ49.5567.6999.26-
YUV188.64161.4946.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.44%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 248 (97.27% from 255) = 44.44%
R=13.44%
G=42.11%
B=44.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal752352480.700.0500.03184.5192.5163.33
Hex4BEBF846503b95d3f
Octal11335337010650327113577
Binary100101111101011111110001000110101011101110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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