Html Css Color HEX #B1FBF9 Pale Turquoise

📋 copy color: '#B1FBF9'

red 177 ◦ green 251 ◦ blue 249

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

Shades of Pale Turquoise #B1FBF9

Tints of Pale Turquoise #B1FBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.78%

R = 26.14%
G = 37.08%
B = 36.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#B1FBF9 (or 0xB1FBF9) is known color: Pale Turquoise. HEX triplet: B1, FB and F9. RGB value is (177,251,249). Sum of RGB (Red+Green+Blue) = 177+251+249=677 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.14% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBF9 is #4E0406. Grayscale: #E4E4E4. Windows color (decimal): -5112839 or 16382897. OLE color: 16382897.

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

Color convert

RGB 177 251 249 -
CMYK 0.29 0 0.01 0.02
HSL 178.38º 0.9% 0.84% -
HSV(B) 178.38º 0.29% 0.98% -
XYZ 69.73 85.18 102.39 -
YUV 228.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 177 251 249 0.29 0 0.01 0.02 178.38 0.9 0.84
Hex B1 FB F9 1D 0 1 2 B2 5A 54
Octal 261 373 371 35 0 1 2 262 132 124
Binary 10110001 11111011 11111001 11101 0 1 10 10110010 1011010 1010100

Color Harmonies of #B1FBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBF9

Black with #B1FBF9

Text Example


Text Example

White with #B1FBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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