#B1EEED

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

Shades of Pale Turquoise #B1EEED

Tints of Pale Turquoise #B1EEED

Color information

#B1EEED (or 0xB1EEED) is unknown color: approx Pale Turquoise. HEX triplet: B1, EE and ED. RGB value is (177,238,237). Sum of RGB (Red+Green+Blue) = 177+238+237=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEED is #4E1112. Grayscale: #DBDBDB. Windows color (decimal): -5116179 or 15593137. OLE color: 15593137.

HSL color Cylindrical-coordinate representation of color #B1EEED: hue angle of 179.02º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEED is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB177238237-
CMYK0.2600.000.07
HSL179.02º64.21%81.37%-
HSV(B)179.02º25.63%93.33%-
XYZ63.9976.6191.54-
YUV219.65137.7997.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.15%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=27.15%
G=36.50%
B=36.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772382370.2600.000.07179.0264.2181.37
HexB1EEED1A007b34051
Octal26135635532007263100121
Binary10110001111011101110110111010001111011001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEED; }

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

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

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

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

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

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

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

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