#B1F7EB

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

Shades of Pale Turquoise #B1F7EB

Tints of Pale Turquoise #B1F7EB

Color information

#B1F7EB (or 0xB1F7EB) is unknown color: approx Pale Turquoise. HEX triplet: B1, F7 and EB. RGB value is (177,247,235). Sum of RGB (Red+Green+Blue) = 177+247+235=659 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.86% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F7EB is #4E0814. Grayscale: #E0E0E0. Windows color (decimal): -5113877 or 15464369. OLE color: 15464369.

HSL color Cylindrical-coordinate representation of color #B1F7EB: hue angle of 169.71º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F7EB is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB177247235-
CMYK0.2800.050.03
HSL169.71º81.4%83.14%-
HSV(B)169.71º28.34%96.86%-
XYZ66.3981.8790.9-
YUV224.7133.8193.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.86%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=26.86%
G=37.48%
B=35.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772472350.2800.050.03169.7181.483.14
HexB1F7EB1C053aa5153
Octal26136735334053252121123
Binary101100011111011111101011111000101111010101010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F7EB; }

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

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

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

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

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

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

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

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