Html Css Color HEX #B1F7F8 Pale Turquoise

📋 copy color: '#B1F7F8'

red 177 ◦ green 247 ◦ blue 248

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

Shades of Pale Turquoise #B1F7F8

Tints of Pale Turquoise #B1F7F8

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.76%

 BLUE value IS 248 (97.27% from 255) = 36.9%

R = 26.34%
G = 36.76%
B = 36.9%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1F7F8 (or 0xB1F7F8) is known color: Pale Turquoise. HEX triplet: B1, F7 and F8. RGB value is (177,247,248). Sum of RGB (Red+Green+Blue) = 177+247+248=672 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.34% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1F7F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F7F8 is #4E0807. Grayscale: #E2E2E2. Windows color (decimal): -5113864 or 16316337. OLE color: 16316337.

HSL color Cylindrical-coordinate representation of color #B1F7F8: hue angle of 180.85º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F7F8 is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 247 248 -
CMYK 0.29 0.00 0 0.03
HSL 180.85º 0.84% 0.83% -
HSV(B) 180.85º 0.29% 0.97% -
XYZ 68.34 82.65 101.16 -
YUV 226.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 177 247 248 0.29 0.00 0 0.03 180.85 0.84 0.83
Hex B1 F7 F8 1D 0 0 3 B5 54 53
Octal 261 367 370 35 0 0 3 265 124 123
Binary 10110001 11110111 11111000 11101 0 0 11 10110101 1010100 1010011

Color Harmonies of #B1F7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F7F8

Black with #B1F7F8

Text Example


Text Example

White with #B1F7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F7F8; }

 p { color: rgb(177,247,248); }

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

background-color css

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

 a { background-color: rgb(177,247,248); }

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

border-color css

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

 span { border-color: rgb(177,247,248); }

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