Html Css Color HEX #B1FFF6 Pale Turquoise

📋 copy color: '#B1FFF6'

red 177 ◦ green 255 ◦ blue 246

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

Shades of Pale Turquoise #B1FFF6

Tints of Pale Turquoise #B1FFF6

RGB

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

 GREEN value IS 255 (100% from 255) = 37.61%

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

R = 26.11%
G = 37.61%
B = 36.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#B1FFF6 (or 0xB1FFF6) is known color: Pale Turquoise. HEX triplet: B1, FF and F6. RGB value is (177,255,246). Sum of RGB (Red+Green+Blue) = 177+255+246=678 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.11% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFF6 is #4E0009. Grayscale: #E6E6E6. Windows color (decimal): -5111818 or 16187313. OLE color: 16187313.

HSL color Cylindrical-coordinate representation of color #B1FFF6: hue angle of 173.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFF6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 177 255 246 -
CMYK 0.31 0 0.04 0
HSL 173.08º 1% 0.85% -
HSV(B) 173.08º 0.31% 1% -
XYZ 70.53 87.52 100.36 -
YUV 230.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 177 255 246 0.31 0 0.04 0 173.08 1 0.85
Hex B1 FF F6 1F 0 4 0 AD 64 55
Octal 261 377 366 37 0 4 0 255 144 125
Binary 10110001 11111111 11110110 11111 0 100 0 10101101 1100100 1010101

Color Harmonies of #B1FFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFF6

Black with #B1FFF6

Text Example


Text Example

White with #B1FFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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