#4BEAF8

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

Shades of Turquoise Blue #4BEAF8

Tints of Turquoise Blue #4BEAF8

Color information

#4BEAF8 (or 0x4BEAF8) is unknown color: approx Turquoise Blue. HEX triplet: 4B, EA and F8. RGB value is (75,234,248). Sum of RGB (Red+Green+Blue) = 75+234+248=557 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.46% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #4BEAF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEAF8 is #B41507. Grayscale: #BBBBBB. Windows color (decimal): -11801864 or 16312907. OLE color: 16312907.

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

Color convert

RGB75234248-
CMYK0.700.0600.03
HSL184.86º92.51%63.33%-
HSV(B)184.86º69.76%97.25%-
XYZ49.2767.1299.17-
YUV188.06161.8247.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.46%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 248 (97.27% from 255) = 44.52%
R=13.46%
G=42.01%
B=44.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal752342480.700.0600.03184.8692.5163.33
Hex4BEAF846603b95d3f
Octal11335237010660327113577
Binary100101111101010111110001000110110011101110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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