Html Css Color HEX #B1FEF5 Pale Turquoise

📋 copy color: '#B1FEF5'

red 177 ◦ green 254 ◦ blue 245

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

Shades of Pale Turquoise #B1FEF5

Tints of Pale Turquoise #B1FEF5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.57%

 BLUE value IS 245 (96.09% from 255) = 36.24%

R = 26.18%
G = 37.57%
B = 36.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#B1FEF5 (or 0xB1FEF5) is known color: Pale Turquoise. HEX triplet: B1, FE and F5. RGB value is (177,254,245). Sum of RGB (Red+Green+Blue) = 177+254+245=676 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.18% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEF5 is #4E010A. Grayscale: #E5E5E5. Windows color (decimal): -5112075 or 16121521. OLE color: 16121521.

HSL color Cylindrical-coordinate representation of color #B1FEF5: hue angle of 172.99º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEF5 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 245 -
CMYK 0.30 0 0.04 0.00
HSL 172.99º 0.97% 0.85% -
HSV(B) 172.99º 0.3% 1% -
XYZ 70.05 86.82 99.45 -
YUV 229.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 177 254 245 0.30 0 0.04 0.00 172.99 0.97 0.85
Hex B1 FE F5 1E 0 4 0 AD 61 55
Octal 261 376 365 36 0 4 0 255 141 125
Binary 10110001 11111110 11110101 11110 0 100 0 10101101 1100001 1010101

Color Harmonies of #B1FEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEF5

Black with #B1FEF5

Text Example


Text Example

White with #B1FEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEF5; }

 p { color: rgb(177,254,245); }

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

background-color css

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

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

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

border-color css

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

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

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