#B1EEEB

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

Shades of Pale Turquoise #B1EEEB

Tints of Pale Turquoise #B1EEEB

Color information

#B1EEEB (or 0xB1EEEB) is unknown color: approx Pale Turquoise. HEX triplet: B1, EE and EB. RGB value is (177,238,235). Sum of RGB (Red+Green+Blue) = 177+238+235=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEEB is #4E1114. Grayscale: #DBDBDB. Windows color (decimal): -5116181 or 15462065. OLE color: 15462065.

HSL color Cylindrical-coordinate representation of color #B1EEEB: hue angle of 177.05º 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 #B1EEEB is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB177238235-
CMYK0.2600.010.07
HSL177.05º64.21%81.37%-
HSV(B)177.05º25.63%93.33%-
XYZ63.776.4990-
YUV219.42136.7997.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.23%
GREEN value IS 238 (93.36% from 255) = 36.62%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=27.23%
G=36.62%
B=36.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772382350.2600.010.07177.0564.2181.37
HexB1EEEB1A017b14051
Octal26135635332017261100121
Binary10110001111011101110101111010011111011000110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEEB; }

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

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

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

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

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

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

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

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