#4BE7F3

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

Shades of Turquoise Blue #4BE7F3

Tints of Turquoise Blue #4BE7F3

Color information

#4BE7F3 (or 0x4BE7F3) is unknown color: approx Turquoise Blue. HEX triplet: 4B, E7 and F3. RGB value is (75,231,243). Sum of RGB (Red+Green+Blue) = 75+231+243=549 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.66% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #4BE7F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BE7F3 is #B4180C. Grayscale: #B9B9B9. Windows color (decimal): -11802637 or 15984459. OLE color: 15984459.

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

Color convert

RGB75231243-
CMYK0.690.0500.05
HSL184.29º87.5%62.35%-
HSV(B)184.29º69.14%95.29%-
XYZ47.6665.1294.85-
YUV185.72160.3249.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.66%
GREEN value IS 231 (90.62% from 255) = 42.08%
BLUE value IS 243 (95.31% from 255) = 44.26%
R=13.66%
G=42.08%
B=44.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752312430.690.0500.05184.2987.562.35
Hex4BE7F345505b8583e
Octal11334736310550527013076
Binary1001011111001111111001110001011010101101110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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