Html Css Color HEX #B1FDFF Pale Turquoise

📋 copy color: '#B1FDFF'

red 177 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #B1FDFF

Tints of Pale Turquoise #B1FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.93%

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

R = 25.84%
G = 36.93%
B = 37.23%

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

#B1FDFF (or 0xB1FDFF) is known color: Pale Turquoise. HEX triplet: B1, FD and FF. RGB value is (177,253,255). Sum of RGB (Red+Green+Blue) = 177+253+255=685 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.84% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDFF is #4E0200. Grayscale: #E6E6E6. Windows color (decimal): -5112321 or 16776625. OLE color: 16776625.

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

Color convert

RGB 177 253 255 -
CMYK 0.31 0.01 0 0
HSL 181.54º 1% 0.85% -
HSV(B) 181.54º 0.31% 1% -
XYZ 71.31 86.82 107.61 -
YUV 230.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 177 253 255 0.31 0.01 0 0 181.54 1 0.85
Hex B1 FD FF 1F 1 0 0 B6 64 55
Octal 261 375 377 37 1 0 0 266 144 125
Binary 10110001 11111101 11111111 11111 1 0 0 10110110 1100100 1010101

Color Harmonies of #B1FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDFF

Black with #B1FDFF

Text Example


Text Example

White with #B1FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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