Html Css Color HEX #B1FFFF Pale Turquoise

📋 copy color: '#B1FFFF'

red 177 ◦ green 255 ◦ blue 255

#B1FFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #B1FFFF

Tints of Pale Turquoise #B1FFFF

RGB

 RED value IS 177 (69.53% from 255) = 25.76%

 GREEN value IS 255 (100% from 255) = 37.12%

 BLUE value IS 255 (100% from 255) = 37.12%

R = 25.76%
G = 37.12%
B = 37.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1FFFF (or 0xB1FFFF) is known color: Pale Turquoise. HEX triplet: B1, FF and FF. RGB value is (177,255,255). Sum of RGB (Red+Green+Blue) = 177+255+255=687 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.76% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #B1FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFFF is #4E0000. Grayscale: #E7E7E7. Windows color (decimal): -5111809 or 16777137. OLE color: 16777137.

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

Color convert

RGB 177 255 255 -
CMYK 0.31 0 0 0
HSL 180º 1% 0.85% -
HSV(B) 180º 0.31% 1% -
XYZ 71.94 88.09 107.82 -
YUV 231.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 177 255 255 0.31 0 0 0 180 1 0.85
Hex B1 FF FF 1F 0 0 0 B4 64 55
Octal 261 377 377 37 0 0 0 264 144 125
Binary 10110001 11111111 11111111 11111 0 0 0 10110100 1100100 1010101

Color Harmonies of #B1FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFFF

Black with #B1FFFF

Text Example


Text Example

White with #B1FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFFF; }

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

 H1.HeaderClassName
 {
   color: #B1FFFF;
 }
 .AnyTagClassName
 {
   color: #B1FFFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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