Html Css Color HEX #B1F1FA Pale Turquoise

📋 copy color: '#B1F1FA'

red 177 ◦ green 241 ◦ blue 250

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

Shades of Pale Turquoise #B1F1FA

Tints of Pale Turquoise #B1F1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

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

R = 26.5%
G = 36.08%
B = 37.43%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1F1FA (or 0xB1F1FA) is known color: Pale Turquoise. HEX triplet: B1, F1 and FA. RGB value is (177,241,250). Sum of RGB (Red+Green+Blue) = 177+241+250=668 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.50% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F1FA is #4E0E05. Grayscale: #DEDEDE. Windows color (decimal): -5115398 or 16445873. OLE color: 16445873.

HSL color Cylindrical-coordinate representation of color #B1F1FA: hue angle of 187.4º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F1FA is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 241 250 -
CMYK 0.29 0.04 0 0.02
HSL 187.4º 0.88% 0.84% -
HSV(B) 187.4º 0.29% 0.98% -
XYZ 66.84 79.16 102.2 -
YUV 222.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 177 241 250 0.29 0.04 0 0.02 187.4 0.88 0.84
Hex B1 F1 FA 1D 4 0 2 BB 58 54
Octal 261 361 372 35 4 0 2 273 130 124
Binary 10110001 11110001 11111010 11101 100 0 10 10111011 1011000 1010100

Color Harmonies of #B1F1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1FA

Black with #B1F1FA

Text Example


Text Example

White with #B1F1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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