Html Css Color HEX #B1F8F6 Pale Turquoise

📋 copy color: '#B1F8F6'

red 177 ◦ green 248 ◦ blue 246

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

Shades of Pale Turquoise #B1F8F6

Tints of Pale Turquoise #B1F8F6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.96%

 BLUE value IS 246 (96.48% from 255) = 36.66%

R = 26.38%
G = 36.96%
B = 36.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#B1F8F6 (or 0xB1F8F6) is known color: Pale Turquoise. HEX triplet: B1, F8 and F6. RGB value is (177,248,246). Sum of RGB (Red+Green+Blue) = 177+248+246=671 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.38% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F8F6 is #4E0709. Grayscale: #E2E2E2. Windows color (decimal): -5113610 or 16185521. OLE color: 16185521.

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

Color convert

RGB 177 248 246 -
CMYK 0.29 0 0.01 0.03
HSL 178.31º 0.84% 0.83% -
HSV(B) 178.31º 0.29% 0.97% -
XYZ 68.33 83.14 99.63 -
YUV 226.54 138.98 92.66 -
System Red Green Blue C M Y K H S L
Decimal 177 248 246 0.29 0 0.01 0.03 178.31 0.84 0.83
Hex B1 F8 F6 1D 0 1 3 B2 54 53
Octal 261 370 366 35 0 1 3 262 124 123
Binary 10110001 11111000 11110110 11101 0 1 11 10110010 1010100 1010011

Color Harmonies of #B1F8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F8F6

Black with #B1F8F6

Text Example


Text Example

White with #B1F8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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