#B1EEFB

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

Shades of Pale Turquoise #B1EEFB

Tints of Pale Turquoise #B1EEFB

Color information

#B1EEFB (or 0xB1EEFB) is unknown color: approx Pale Turquoise. HEX triplet: B1, EE and FB. RGB value is (177,238,251). Sum of RGB (Red+Green+Blue) = 177+238+251=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1EEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEFB is #4E1104. Grayscale: #DDDDDD. Windows color (decimal): -5116165 or 16510641. OLE color: 16510641.

HSL color Cylindrical-coordinate representation of color #B1EEFB: hue angle of 190.54º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1EEFB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177238251-
CMYK0.290.0500.02
HSL190.54º90.24%83.92%-
HSV(B)190.54º29.48%98.43%-
XYZ66.1277.46102.73-
YUV221.24144.7996.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.58%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=26.58%
G=35.74%
B=37.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772382510.290.0500.02190.5490.2483.92
HexB1EEFB1D502bf5a54
Octal26135637335502277132124
Binary101100011110111011111011111011010101011111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEFB; }

 p { color: rgb(177,238,251); }

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

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

 a { background-color: rgb(177,238,251); }

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

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

 span { border-color: rgb(177,238,251); }

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