#B1F3EB

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

Shades of Pale Turquoise #B1F3EB

Tints of Pale Turquoise #B1F3EB

Color information

#B1F3EB (or 0xB1F3EB) is unknown color: approx Pale Turquoise. HEX triplet: B1, F3 and EB. RGB value is (177,243,235). Sum of RGB (Red+Green+Blue) = 177+243+235=655 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.02% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F3EB is #4E0C14. Grayscale: #DEDEDE. Windows color (decimal): -5114901 or 15463345. OLE color: 15463345.

HSL color Cylindrical-coordinate representation of color #B1F3EB: hue angle of 172.73º degrees, saturation: 0.73, 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 #B1F3EB is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB177243235-
CMYK0.2700.030.05
HSL172.73º73.33%82.35%-
HSV(B)172.73º27.16%95.29%-
XYZ65.1879.4590.5-
YUV222.35135.1395.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.02%
GREEN value IS 243 (95.31% from 255) = 37.10%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=27.02%
G=37.10%
B=35.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772432350.2700.030.05172.7373.3382.35
HexB1F3EB1B035ad4952
Octal26136335333035255111122
Binary101100011111001111101011110110111011010110110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F3EB; }

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

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

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

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

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

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

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

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