#4BE4F3

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

Shades of Turquoise Blue #4BE4F3

Tints of Turquoise Blue #4BE4F3

Color information

#4BE4F3 (or 0x4BE4F3) is unknown color: approx Turquoise Blue. HEX triplet: 4B, E4 and F3. RGB value is (75,228,243). Sum of RGB (Red+Green+Blue) = 75+228+243=546 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.74% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #4BE4F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BE4F3 is #B41B0C. Grayscale: #B7B7B7. Windows color (decimal): -11803405 or 15983691. OLE color: 15983691.

HSL color Cylindrical-coordinate representation of color #4BE4F3: hue angle of 185.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BE4F3 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB75228243-
CMYK0.690.0600.05
HSL185.36º87.5%62.35%-
HSV(B)185.36º69.14%95.29%-
XYZ46.8263.4594.57-
YUV183.96161.3150.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.74%
GREEN value IS 228 (89.45% from 255) = 41.76%
BLUE value IS 243 (95.31% from 255) = 44.51%
R=13.74%
G=41.76%
B=44.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752282430.690.0600.05185.3687.562.35
Hex4BE4F345605b9583e
Octal11334436310560527113076
Binary1001011111001001111001110001011100101101110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,228,243); }

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

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

 a { background-color: rgb(75,228,243); }

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

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

 span { border-color: rgb(75,228,243); }

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