Html Css Color HEX #B1FFF7 Pale Turquoise

📋 copy color: '#B1FFF7'

red 177 ◦ green 255 ◦ blue 247

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

Shades of Pale Turquoise #B1FFF7

Tints of Pale Turquoise #B1FFF7

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 value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#B1FFF7 (or 0xB1FFF7) is known color: 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

RGB 177 255 247 -
CMYK 0.31 0 0.03 0
HSL 173.85º 1% 0.85% -
HSV(B) 173.85º 0.31% 1% -
XYZ 70.68 87.58 101.18 -
YUV 230.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 177 255 247 0.31 0 0.03 0 173.85 1 0.85
Hex B1 FF F7 1F 0 3 0 AE 64 55
Octal 261 377 367 37 0 3 0 256 144 125
Binary 10110001 11111111 11110111 11111 0 11 0 10101110 1100100 1010101

Color Harmonies of #B1FFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFF7

Black with #B1FFF7

Text Example


Text Example

White with #B1FFF7

Text Example


Text Example

HTML Codes & Css Web 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>