#B1EEFC

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

Shades of Pale Turquoise #B1EEFC

Tints of Pale Turquoise #B1EEFC

Color information

#B1EEFC (or 0xB1EEFC) is unknown color: approx Pale Turquoise. HEX triplet: B1, EE and FC. RGB value is (177,238,252). Sum of RGB (Red+Green+Blue) = 177+238+252=667 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.54% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEFC is #4E1103. Grayscale: #DDDDDD. Windows color (decimal): -5116164 or 16576177. OLE color: 16576177.

HSL color Cylindrical-coordinate representation of color #B1EEFC: hue angle of 191.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1EEFC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177238252-
CMYK0.300.0600.01
HSL191.2º92.59%84.12%-
HSV(B)191.2º29.76%98.82%-
XYZ66.2877.52103.57-
YUV221.36145.2996.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.54%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=26.54%
G=35.68%
B=37.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772382520.300.0600.01191.292.5984.12
HexB1EEFC1E601bf5d54
Octal26135637436601277135124
Binary10110001111011101111110011110110011011111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEFC; }

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

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

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

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

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

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

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

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