Html Css Color HEX #B1F4FC Pale Turquoise

📋 copy color: '#B1F4FC'

red 177 ◦ green 244 ◦ blue 252

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

Shades of Pale Turquoise #B1F4FC

Tints of Pale Turquoise #B1F4FC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.26%

 BLUE value IS 252 (98.83% from 255) = 37.44%

R = 26.3%
G = 36.26%
B = 37.44%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1F4FC (or 0xB1F4FC) is known color: Pale Turquoise. HEX triplet: B1, F4 and FC. RGB value is (177,244,252). Sum of RGB (Red+Green+Blue) = 177+244+252=673 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.30% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1F4FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F4FC is #4E0B03. Grayscale: #E0E0E0. Windows color (decimal): -5114628 or 16577713. OLE color: 16577713.

HSL color Cylindrical-coordinate representation of color #B1F4FC: hue angle of 186.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1F4FC is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 244 252 -
CMYK 0.30 0.03 0 0.01
HSL 186.4º 0.93% 0.84% -
HSV(B) 186.4º 0.3% 0.99% -
XYZ 68.05 81.08 104.16 -
YUV 224.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 177 244 252 0.30 0.03 0 0.01 186.4 0.93 0.84
Hex B1 F4 FC 1E 3 0 1 BA 5D 54
Octal 261 364 374 36 3 0 1 272 135 124
Binary 10110001 11110100 11111100 11110 11 0 1 10111010 1011101 1010100

Color Harmonies of #B1F4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F4FC

Black with #B1F4FC

Text Example


Text Example

White with #B1F4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F4FC; }

 p { color: rgb(177,244,252); }

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

background-color css

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

 a { background-color: rgb(177,244,252); }

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

border-color css

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

 span { border-color: rgb(177,244,252); }

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