Html Css Color HEX #B1FEFA Pale Turquoise

📋 copy color: '#B1FEFA'

red 177 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #B1FEFA

Tints of Pale Turquoise #B1FEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.71%

R = 25.99%
G = 37.3%
B = 36.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#B1FEFA (or 0xB1FEFA) is known color: Pale Turquoise. HEX triplet: B1, FE and FA. RGB value is (177,254,250). Sum of RGB (Red+Green+Blue) = 177+254+250=681 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.99% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEFA is #4E0105. Grayscale: #E6E6E6. Windows color (decimal): -5112070 or 16449201. OLE color: 16449201.

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

Color convert

RGB 177 254 250 -
CMYK 0.30 0 0.02 0.00
HSL 176.88º 0.97% 0.85% -
HSV(B) 176.88º 0.3% 1% -
XYZ 70.83 87.13 103.53 -
YUV 230.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 177 254 250 0.30 0 0.02 0.00 176.88 0.97 0.85
Hex B1 FE FA 1E 0 2 0 B1 61 55
Octal 261 376 372 36 0 2 0 261 141 125
Binary 10110001 11111110 11111010 11110 0 10 0 10110001 1100001 1010101

Color Harmonies of #B1FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEFA

Black with #B1FEFA

Text Example


Text Example

White with #B1FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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