Html Css Color HEX #B1FDFC Pale Turquoise

📋 copy color: '#B1FDFC'

red 177 ◦ green 253 ◦ blue 252

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

Shades of Pale Turquoise #B1FDFC

Tints of Pale Turquoise #B1FDFC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.1%

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

R = 25.95%
G = 37.1%
B = 36.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#B1FDFC (or 0xB1FDFC) is known color: Pale Turquoise. HEX triplet: B1, FD and FC. RGB value is (177,253,252). Sum of RGB (Red+Green+Blue) = 177+253+252=682 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.95% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDFC is #4E0203. Grayscale: #E6E6E6. Windows color (decimal): -5112324 or 16580017. OLE color: 16580017.

HSL color Cylindrical-coordinate representation of color #B1FDFC: hue angle of 179.21º degrees, saturation: 0.95, 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 #B1FDFC is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 252 -
CMYK 0.30 0 0.00 0.01
HSL 179.21º 0.95% 0.84% -
HSV(B) 179.21º 0.3% 0.99% -
XYZ 70.83 86.63 105.08 -
YUV 230.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 177 253 252 0.30 0 0.00 0.01 179.21 0.95 0.84
Hex B1 FD FC 1E 0 0 1 B3 5F 54
Octal 261 375 374 36 0 0 1 263 137 124
Binary 10110001 11111101 11111100 11110 0 0 1 10110011 1011111 1010100

Color Harmonies of #B1FDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDFC

Black with #B1FDFC

Text Example


Text Example

White with #B1FDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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