#4be7f1

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

Shades of Turquoise Blue #4BE7F1

Tints of Turquoise Blue #4BE7F1

Color information

#4BE7F1 (or 0x4BE7F1) is unknown color: approx Turquoise Blue. HEX triplet: 4B, E7 and F1. RGB value is (75,231,241). Sum of RGB (Red+Green+Blue) = 75+231+241=547 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.71% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #4BE7F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BE7F1 is #B4180E. Grayscale: #B9B9B9. Windows color (decimal): -11802639 or 15853387. OLE color: 15853387.

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

Color convert

RGB75231241-
CMYK0.690.0400.05
HSL183.61º85.57%61.96%-
HSV(B)183.61º68.88%94.51%-
XYZ47.356593.27-
YUV185.5159.3249.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.71%
GREEN value IS 231 (90.62% from 255) = 42.23%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=13.71%
G=42.23%
B=44.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752312410.690.0400.05183.6185.5761.96
Hex4BE7F145405b8563e
Octal11334736110540527012676
Binary1001011111001111111000110001011000101101110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4be7f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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