#B1F1EE

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

Shades of Pale Turquoise #B1F1EE

Tints of Pale Turquoise #B1F1EE

Color information

#B1F1EE (or 0xB1F1EE) is unknown color: approx Pale Turquoise. HEX triplet: B1, F1 and EE. RGB value is (177,241,238). Sum of RGB (Red+Green+Blue) = 177+241+238=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F1EE is #4E0E11. Grayscale: #DDDDDD. Windows color (decimal): -5115410 or 15659441. OLE color: 15659441.

HSL color Cylindrical-coordinate representation of color #B1F1EE: hue angle of 177.19º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1EE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB177241238-
CMYK0.2700.010.05
HSL177.19º69.57%81.96%-
HSV(B)177.19º26.56%94.51%-
XYZ65.0278.4392.6-
YUV221.52137.396.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.98%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=26.98%
G=36.74%
B=36.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772412380.2700.010.05177.1969.5781.96
HexB1F1EE1B015b14652
Octal26136135633015261106122
Binary10110001111100011110111011011011011011000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1EE; }

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

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

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

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

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

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

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

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