#4BE8FD

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

Shades of Turquoise Blue #4BE8FD

Tints of Turquoise Blue #4BE8FD

Color information

#4BE8FD (or 0x4BE8FD) is unknown color: approx Turquoise Blue. HEX triplet: 4B, E8 and FD. RGB value is (75,232,253). Sum of RGB (Red+Green+Blue) = 75+232+253=560 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.39% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BE8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BE8FD is #B41702. Grayscale: #BBBBBB. Windows color (decimal): -11802371 or 16640075. OLE color: 16640075.

HSL color Cylindrical-coordinate representation of color #4BE8FD: hue angle of 187.08º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BE8FD is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75232253-
CMYK0.700.0800.01
HSL187.08º97.8%64.31%-
HSV(B)187.08º70.36%99.22%-
XYZ49.4966.3103.12-
YUV187.45164.9947.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.39%
GREEN value IS 232 (91.02% from 255) = 41.43%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=13.39%
G=41.43%
B=45.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal752322530.700.0800.01187.0897.864.31
Hex4BE8FD46801bb6240
Octal1133503751061001273142100
Binary1001011111010001111110110001101000011011101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,232,253); }

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

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

 a { background-color: rgb(75,232,253); }

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

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

 span { border-color: rgb(75,232,253); }

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