Html Css Color HEX #B1FCFF Pale Turquoise

📋 copy color: '#B1FCFF'

red 177 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #B1FCFF

Tints of Pale Turquoise #B1FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.84%

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

R = 25.88%
G = 36.84%
B = 37.28%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1FCFF (or 0xB1FCFF) is known color: Pale Turquoise. HEX triplet: B1, FC and FF. RGB value is (177,252,255). Sum of RGB (Red+Green+Blue) = 177+252+255=684 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.88% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FCFF is #4E0300. Grayscale: #E5E5E5. Windows color (decimal): -5112577 or 16776369. OLE color: 16776369.

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

Color convert

RGB 177 252 255 -
CMYK 0.31 0.01 0 0
HSL 182.31º 1% 0.85% -
HSV(B) 182.31º 0.31% 1% -
XYZ 70.99 86.19 107.5 -
YUV 229.92 142.15 90.26 -
System Red Green Blue C M Y K H S L
Decimal 177 252 255 0.31 0.01 0 0 182.31 1 0.85
Hex B1 FC FF 1F 1 0 0 B6 64 55
Octal 261 374 377 37 1 0 0 266 144 125
Binary 10110001 11111100 11111111 11111 1 0 0 10110110 1100100 1010101

Color Harmonies of #B1FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCFF

Black with #B1FCFF

Text Example


Text Example

White with #B1FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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