Html Css Color HEX #B1F1F5 Pale Turquoise

📋 copy color: '#B1F1F5'

red 177 ◦ green 241 ◦ blue 245

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

Shades of Pale Turquoise #B1F1F5

Tints of Pale Turquoise #B1F1F5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.35%

 BLUE value IS 245 (96.09% from 255) = 36.95%

R = 26.7%
G = 36.35%
B = 36.95%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B1F1F5 (or 0xB1F1F5) is known color: Pale Turquoise. HEX triplet: B1, F1 and F5. RGB value is (177,241,245). Sum of RGB (Red+Green+Blue) = 177+241+245=663 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.70% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #B1F1F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F1F5 is #4E0E0A. Grayscale: #DEDEDE. Windows color (decimal): -5115403 or 16118193. OLE color: 16118193.

HSL color Cylindrical-coordinate representation of color #B1F1F5: hue angle of 183.53º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F1F5 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 241 245 -
CMYK 0.28 0.02 0 0.04
HSL 183.53º 0.77% 0.83% -
HSV(B) 183.53º 0.28% 0.96% -
XYZ 66.07 78.85 98.12 -
YUV 222.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 177 241 245 0.28 0.02 0 0.04 183.53 0.77 0.83
Hex B1 F1 F5 1C 2 0 4 B8 4D 53
Octal 261 361 365 34 2 0 4 270 115 123
Binary 10110001 11110001 11110101 11100 10 0 100 10111000 1001101 1010011

Color Harmonies of #B1F1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1F5

Black with #B1F1F5

Text Example


Text Example

White with #B1F1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1F5; }

 p { color: rgb(177,241,245); }

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

background-color css

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

 a { background-color: rgb(177,241,245); }

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

border-color css

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

 span { border-color: rgb(177,241,245); }

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