#B1FFF7

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

Shades of Pale Turquoise #B1FFF7

Tints of Pale Turquoise #B1FFF7

Color information

#B1FFF7 (or 0xB1FFF7) is unknown color: approx Pale Turquoise. HEX triplet: B1, FF and F7. RGB value is (177,255,247). Sum of RGB (Red+Green+Blue) = 177+255+247=679 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.07% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFF7 is #4E0008. Grayscale: #E6E6E6. Windows color (decimal): -5111817 or 16252849. OLE color: 16252849.

HSL color Cylindrical-coordinate representation of color #B1FFF7: hue angle of 173.85º 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 #B1FFF7 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB177255247-
CMYK0.3100.030
HSL173.85º100%84.71%-
HSV(B)173.85º30.59%100%-
XYZ70.6887.58101.18-
YUV230.77137.1689.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.07%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 247 (96.88% from 255) = 36.38%
R=26.07%
G=37.56%
B=36.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552470.3100.030173.8510084.71
HexB1FFF71F030ae6455
Octal26137736737030256144125
Binary1011000111111111111101111111101101010111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFF7; }

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

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

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

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

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

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

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

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