#4BECF4

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

Shades of Turquoise Blue #4BECF4

Tints of Turquoise Blue #4BECF4

Color information

#4BECF4 (or 0x4BECF4) is unknown color: approx Turquoise Blue. HEX triplet: 4B, EC and F4. RGB value is (75,236,244). Sum of RGB (Red+Green+Blue) = 75+236+244=555 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.51% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #4BECF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BECF4 is #B4130B. Grayscale: #BCBCBC. Windows color (decimal): -11801356 or 16051275. OLE color: 16051275.

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

Color convert

RGB75236244-
CMYK0.690.0300.04
HSL182.84º88.48%62.55%-
HSV(B)182.84º69.26%95.69%-
XYZ49.2368.0296.12-
YUV188.77159.1646.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.51%
GREEN value IS 236 (92.58% from 255) = 42.52%
BLUE value IS 244 (95.70% from 255) = 43.96%
R=13.51%
G=42.52%
B=43.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal752362440.690.0300.04182.8488.4862.55
Hex4BECF445304b7583f
Octal11335436410530426713077
Binary100101111101100111101001000101110100101101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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