Html Css Color HEX #B1F5FA Pale Turquoise

📋 copy color: '#B1F5FA'

red 177 ◦ green 245 ◦ blue 250

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

Shades of Pale Turquoise #B1F5FA

Tints of Pale Turquoise #B1F5FA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.46%

 BLUE value IS 250 (98.05% from 255) = 37.2%

R = 26.34%
G = 36.46%
B = 37.2%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1F5FA (or 0xB1F5FA) is known color: Pale Turquoise. HEX triplet: B1, F5 and FA. RGB value is (177,245,250). Sum of RGB (Red+Green+Blue) = 177+245+250=672 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.34% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F5FA is #4E0A05. Grayscale: #E1E1E1. Windows color (decimal): -5114374 or 16446897. OLE color: 16446897.

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

Color convert

RGB 177 245 250 -
CMYK 0.29 0.02 0 0.02
HSL 184.11º 0.88% 0.84% -
HSV(B) 184.11º 0.29% 0.98% -
XYZ 68.04 81.55 102.6 -
YUV 225.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 177 245 250 0.29 0.02 0 0.02 184.11 0.88 0.84
Hex B1 F5 FA 1D 2 0 2 B8 58 54
Octal 261 365 372 35 2 0 2 270 130 124
Binary 10110001 11110101 11111010 11101 10 0 10 10111000 1011000 1010100

Color Harmonies of #B1F5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F5FA

Black with #B1F5FA

Text Example


Text Example

White with #B1F5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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