#B1F8EC

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

Shades of Pale Turquoise #B1F8EC

Tints of Pale Turquoise #B1F8EC

Color information

#B1F8EC (or 0xB1F8EC) is unknown color: approx Pale Turquoise. HEX triplet: B1, F8 and EC. RGB value is (177,248,236). Sum of RGB (Red+Green+Blue) = 177+248+236=661 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.78% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F8EC is #4E0713. Grayscale: #E1E1E1. Windows color (decimal): -5113620 or 15530161. OLE color: 15530161.

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

Color convert

RGB177248236-
CMYK0.2900.050.03
HSL169.86º83.53%83.33%-
HSV(B)169.86º28.63%97.25%-
XYZ66.8482.5491.77-
YUV225.4133.9893.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.78%
GREEN value IS 248 (97.27% from 255) = 37.52%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=26.78%
G=37.52%
B=35.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772482360.2900.050.03169.8683.5383.33
HexB1F8EC1D053aa5453
Octal26137035435053252124123
Binary101100011111100011101100111010101111010101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F8EC; }

 p { color: rgb(177,248,236); }

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

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

 a { background-color: rgb(177,248,236); }

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

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

 span { border-color: rgb(177,248,236); }

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