#B1EEE7

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

Shades of Pale Turquoise #B1EEE7

Tints of Pale Turquoise #B1EEE7

Color information

#B1EEE7 (or 0xB1EEE7) is unknown color: approx Pale Turquoise. HEX triplet: B1, EE and E7. RGB value is (177,238,231). Sum of RGB (Red+Green+Blue) = 177+238+231=646 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.40% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEE7 is #4E1118. Grayscale: #DADADA. Windows color (decimal): -5116185 or 15199921. OLE color: 15199921.

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

Color convert

RGB177238231-
CMYK0.2600.030.07
HSL173.11º64.21%81.37%-
HSV(B)173.11º25.63%93.33%-
XYZ63.1376.2786.99-
YUV218.96134.7998.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.40%
GREEN value IS 238 (93.36% from 255) = 36.84%
BLUE value IS 231 (90.62% from 255) = 35.76%
R=27.40%
G=36.84%
B=35.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772382310.2600.030.07173.1164.2181.37
HexB1EEE71A037ad4051
Octal26135634732037255100121
Binary101100011110111011100111110100111111010110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEE7; }

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

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

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

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

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

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

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

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