Html Css Color HEX #B1FBF4 Pale Turquoise

📋 copy color: '#B1FBF4'

red 177 ◦ green 251 ◦ blue 244

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

Shades of Pale Turquoise #B1FBF4

Tints of Pale Turquoise #B1FBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.31%

R = 26.34%
G = 37.35%
B = 36.31%

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

#B1FBF4 (or 0xB1FBF4) is known color: Pale Turquoise. HEX triplet: B1, FB and F4. RGB value is (177,251,244). Sum of RGB (Red+Green+Blue) = 177+251+244=672 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.34% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBF4 is #4E040B. Grayscale: #E4E4E4. Windows color (decimal): -5112844 or 16055217. OLE color: 16055217.

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

Color convert

RGB 177 251 244 -
CMYK 0.29 0 0.03 0.02
HSL 174.32º 0.9% 0.84% -
HSV(B) 174.32º 0.29% 0.98% -
XYZ 68.96 84.87 98.34 -
YUV 228.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 177 251 244 0.29 0 0.03 0.02 174.32 0.9 0.84
Hex B1 FB F4 1D 0 3 2 AE 5A 54
Octal 261 373 364 35 0 3 2 256 132 124
Binary 10110001 11111011 11110100 11101 0 11 10 10101110 1011010 1010100

Color Harmonies of #B1FBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBF4

Black with #B1FBF4

Text Example


Text Example

White with #B1FBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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