Html Css Color HEX #B1FBF1 Pale Turquoise

📋 copy color: '#B1FBF1'

red 177 ◦ green 251 ◦ blue 241

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

Shades of Pale Turquoise #B1FBF1

Tints of Pale Turquoise #B1FBF1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.52%

 BLUE value IS 241 (94.53% from 255) = 36.02%

R = 26.46%
G = 37.52%
B = 36.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B1FBF1 (or 0xB1FBF1) is known color: Pale Turquoise. HEX triplet: B1, FB and F1. RGB value is (177,251,241). Sum of RGB (Red+Green+Blue) = 177+251+241=669 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.46% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBF1 is #4E040E. Grayscale: #E3E3E3. Windows color (decimal): -5112847 or 15858609. OLE color: 15858609.

HSL color Cylindrical-coordinate representation of color #B1FBF1: hue angle of 171.89º degrees, saturation: 0.9, 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 #B1FBF1 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 251 241 -
CMYK 0.29 0 0.04 0.02
HSL 171.89º 0.9% 0.84% -
HSV(B) 171.89º 0.29% 0.98% -
XYZ 68.51 84.69 95.96 -
YUV 227.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 177 251 241 0.29 0 0.04 0.02 171.89 0.9 0.84
Hex B1 FB F1 1D 0 4 2 AC 5A 54
Octal 261 373 361 35 0 4 2 254 132 124
Binary 10110001 11111011 11110001 11101 0 100 10 10101100 1011010 1010100

Color Harmonies of #B1FBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBF1

Black with #B1FBF1

Text Example


Text Example

White with #B1FBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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