#4BE0FE

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

Shades of Turquoise Blue #4BE0FE

Tints of Turquoise Blue #4BE0FE

Color information

#4BE0FE (or 0x4BE0FE) is unknown color: approx Turquoise Blue. HEX triplet: 4B, E0 and FE. RGB value is (75,224,254). Sum of RGB (Red+Green+Blue) = 75+224+254=553 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.56% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BE0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BE0FE is #B41F01. Grayscale: #B6B6B6. Windows color (decimal): -11804418 or 16703563. OLE color: 16703563.

HSL color Cylindrical-coordinate representation of color #4BE0FE: hue angle of 190.06º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BE0FE is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB75224254-
CMYK0.700.1200.00
HSL190.06º98.9%64.51%-
HSV(B)190.06º70.47%99.61%-
XYZ47.4561.96103.23-
YUV182.87168.1451.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.56%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=13.56%
G=40.51%
B=45.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal752242540.700.1200.00190.0698.964.51
Hex4BE0FE46C00be6341
Octal1133403761061400276143101
Binary1001011111000001111111010001101100001011111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,224,254); }

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

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

 a { background-color: rgb(75,224,254); }

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

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

 span { border-color: rgb(75,224,254); }

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