#B1FFF0

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

Shades of Pale Turquoise #B1FFF0

Tints of Pale Turquoise #B1FFF0

Color information

#B1FFF0 (or 0xB1FFF0) is unknown color: approx Pale Turquoise. HEX triplet: B1, FF and F0. RGB value is (177,255,240). Sum of RGB (Red+Green+Blue) = 177+255+240=672 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.34% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFF0 is #4E000F. Grayscale: #E5E5E5. Windows color (decimal): -5111824 or 15794097. OLE color: 15794097.

HSL color Cylindrical-coordinate representation of color #B1FFF0: hue angle of 168.46º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFF0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB177255240-
CMYK0.3100.060
HSL168.46º100%84.71%-
HSV(B)168.46º30.59%100%-
XYZ69.6287.1695.59-
YUV229.97133.6690.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.34%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 240 (94.14% from 255) = 35.71%
R=26.34%
G=37.95%
B=35.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552400.3100.060168.4610084.71
HexB1FFF01F060a86455
Octal26137736037060250144125
Binary10110001111111111111000011111011001010100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFF0; }

 p { color: rgb(177,255,240); }

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

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

 a { background-color: rgb(177,255,240); }

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

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

 span { border-color: rgb(177,255,240); }

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