Html Css Color HEX #B1FBF3 Pale Turquoise

📋 copy color: '#B1FBF3'

red 177 ◦ green 251 ◦ blue 243

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

Shades of Pale Turquoise #B1FBF3

Tints of Pale Turquoise #B1FBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.21%

R = 26.38%
G = 37.41%
B = 36.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#B1FBF3 (or 0xB1FBF3) is known color: Pale Turquoise. HEX triplet: B1, FB and F3. RGB value is (177,251,243). Sum of RGB (Red+Green+Blue) = 177+251+243=671 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.38% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBF3 is #4E040C. Grayscale: #E3E3E3. Windows color (decimal): -5112845 or 15989681. OLE color: 15989681.

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

Color convert

RGB 177 251 243 -
CMYK 0.29 0 0.03 0.02
HSL 173.51º 0.9% 0.84% -
HSV(B) 173.51º 0.29% 0.98% -
XYZ 68.81 84.81 97.54 -
YUV 227.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 177 251 243 0.29 0 0.03 0.02 173.51 0.9 0.84
Hex B1 FB F3 1D 0 3 2 AE 5A 54
Octal 261 373 363 35 0 3 2 256 132 124
Binary 10110001 11111011 11110011 11101 0 11 10 10101110 1011010 1010100

Color Harmonies of #B1FBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBF3

Black with #B1FBF3

Text Example


Text Example

White with #B1FBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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