#B1F0EE

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

Shades of Pale Turquoise #B1F0EE

Tints of Pale Turquoise #B1F0EE

Color information

#B1F0EE (or 0xB1F0EE) is unknown color: approx Pale Turquoise. HEX triplet: B1, F0 and EE. RGB value is (177,240,238). Sum of RGB (Red+Green+Blue) = 177+240+238=655 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.02% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F0EE is #4E0F11. Grayscale: #DCDCDC. Windows color (decimal): -5115666 or 15659185. OLE color: 15659185.

HSL color Cylindrical-coordinate representation of color #B1F0EE: hue angle of 178.1º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1F0EE is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB177240238-
CMYK0.2600.010.06
HSL178.1º67.74%81.76%-
HSV(B)178.1º26.25%94.12%-
XYZ64.7277.8492.5-
YUV220.94137.6396.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.02%
GREEN value IS 240 (94.14% from 255) = 36.64%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=27.02%
G=36.64%
B=36.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772402380.2600.010.06178.167.7481.76
HexB1F0EE1A016b24452
Octal26136035632016262104122
Binary10110001111100001110111011010011101011001010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0EE; }

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

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

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

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

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

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

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

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