#B1EFF4

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

Shades of Pale Turquoise #B1EFF4

Tints of Pale Turquoise #B1EFF4

Color information

#B1EFF4 (or 0xB1EFF4) is unknown color: approx Pale Turquoise. HEX triplet: B1, EF and F4. RGB value is (177,239,244). Sum of RGB (Red+Green+Blue) = 177+239+244=660 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.82% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 244 - color contains mainly: blue. Hex color #B1EFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFF4 is #4E100B. Grayscale: #DCDCDC. Windows color (decimal): -5115916 or 16052145. OLE color: 16052145.

HSL color Cylindrical-coordinate representation of color #B1EFF4: hue angle of 184.48º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1EFF4 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177239244-
CMYK0.270.0200.04
HSL184.48º75.28%82.55%-
HSV(B)184.48º27.46%95.69%-
XYZ65.3377.6197.13-
YUV221.03140.9696.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.82%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 244 (95.70% from 255) = 36.97%
R=26.82%
G=36.21%
B=36.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772392440.270.0200.04184.4875.2882.55
HexB1EFF41B204b84b53
Octal26135736433204270113123
Binary101100011110111111110100110111001001011100010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFF4; }

 p { color: rgb(177,239,244); }

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

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

 a { background-color: rgb(177,239,244); }

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

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

 span { border-color: rgb(177,239,244); }

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