#B1FCED

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

Shades of Pale Turquoise #B1FCED

Tints of Pale Turquoise #B1FCED

Color information

#B1FCED (or 0xB1FCED) is unknown color: approx Pale Turquoise. HEX triplet: B1, FC and ED. RGB value is (177,252,237). Sum of RGB (Red+Green+Blue) = 177+252+237=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FCED is #4E0312. Grayscale: #E3E3E3. Windows color (decimal): -5112595 or 15596721. OLE color: 15596721.

HSL color Cylindrical-coordinate representation of color #B1FCED: hue angle of 168º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCED is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB177252237-
CMYK0.3000.060.01
HSL168º92.59%84.12%-
HSV(B)168º29.76%98.82%-
XYZ68.2385.0892.95-
YUV227.86133.1591.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.58%
GREEN value IS 252 (98.83% from 255) = 37.84%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=26.58%
G=37.84%
B=35.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522370.3000.060.0116892.5984.12
HexB1FCED1E061a85d54
Octal26137435536061250135124
Binary10110001111111001110110111110011011010100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCED; }

 p { color: rgb(177,252,237); }

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

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

 a { background-color: rgb(177,252,237); }

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

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

 span { border-color: rgb(177,252,237); }

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