Html Css Color HEX #B1FEF0 Pale Turquoise

📋 copy color: '#B1FEF0'

red 177 ◦ green 254 ◦ blue 240

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

Shades of Pale Turquoise #B1FEF0

Tints of Pale Turquoise #B1FEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.77%

R = 26.38%
G = 37.85%
B = 35.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#B1FEF0 (or 0xB1FEF0) is known color: Pale Turquoise. HEX triplet: B1, FE and F0. RGB value is (177,254,240). Sum of RGB (Red+Green+Blue) = 177+254+240=671 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.38% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEF0 is #4E010F. Grayscale: #E5E5E5. Windows color (decimal): -5112080 or 15793841. OLE color: 15793841.

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

Color convert

RGB 177 254 240 -
CMYK 0.30 0 0.06 0.00
HSL 169.09º 0.97% 0.85% -
HSV(B) 169.09º 0.3% 1% -
XYZ 69.3 86.52 95.49 -
YUV 229.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 177 254 240 0.30 0 0.06 0.00 169.09 0.97 0.85
Hex B1 FE F0 1E 0 6 0 A9 61 55
Octal 261 376 360 36 0 6 0 251 141 125
Binary 10110001 11111110 11110000 11110 0 110 0 10101001 1100001 1010101

Color Harmonies of #B1FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEF0

Black with #B1FEF0

Text Example


Text Example

White with #B1FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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