#4BF1EF

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

Shades of Turquoise #4BF1EF

Tints of Turquoise #4BF1EF

Color information

#4BF1EF (or 0x4BF1EF) is unknown color: approx Turquoise. HEX triplet: 4B, F1 and EF. RGB value is (75,241,239). Sum of RGB (Red+Green+Blue) = 75+241+239=555 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.51% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF1EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF1EF is #B40E10. Grayscale: #BEBEBE. Windows color (decimal): -11800081 or 15724875. OLE color: 15724875.

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

Color convert

RGB75241239-
CMYK0.6900.010.05
HSL179.28º85.57%61.96%-
HSV(B)179.28º68.88%94.51%-
XYZ49.9470.6492.66-
YUV191.1415545.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.51%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=13.51%
G=43.42%
B=43.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752412390.6900.010.05179.2885.5761.96
Hex4BF1EF45015b3563e
Octal11336135710501526312676
Binary10010111111000111101111100010101101101100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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