Html Css Color HEX #B1FEFC Pale Turquoise

📋 copy color: '#B1FEFC'

red 177 ◦ green 254 ◦ blue 252

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

Shades of Pale Turquoise #B1FEFC

Tints of Pale Turquoise #B1FEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.9%

R = 25.92%
G = 37.19%
B = 36.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#B1FEFC (or 0xB1FEFC) is known color: Pale Turquoise. HEX triplet: B1, FE and FC. RGB value is (177,254,252). Sum of RGB (Red+Green+Blue) = 177+254+252=683 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.92% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEFC is #4E0103. Grayscale: #E6E6E6. Windows color (decimal): -5112068 or 16580273. OLE color: 16580273.

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

Color convert

RGB 177 254 252 -
CMYK 0.30 0 0.01 0.00
HSL 178.44º 0.97% 0.85% -
HSV(B) 178.44º 0.3% 1% -
XYZ 71.14 87.26 105.19 -
YUV 230.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 177 254 252 0.30 0 0.01 0.00 178.44 0.97 0.85
Hex B1 FE FC 1E 0 1 0 B2 61 55
Octal 261 376 374 36 0 1 0 262 141 125
Binary 10110001 11111110 11111100 11110 0 1 0 10110010 1100001 1010101

Color Harmonies of #B1FEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEFC

Black with #B1FEFC

Text Example


Text Example

White with #B1FEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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