Html Css Color HEX #B1FDFB Pale Turquoise

📋 copy color: '#B1FDFB'

red 177 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #B1FDFB

Tints of Pale Turquoise #B1FDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.86%

R = 25.99%
G = 37.15%
B = 36.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#B1FDFB (or 0xB1FDFB) is known color: Pale Turquoise. HEX triplet: B1, FD and FB. RGB value is (177,253,251). Sum of RGB (Red+Green+Blue) = 177+253+251=681 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.99% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDFB is #4E0204. Grayscale: #E5E5E5. Windows color (decimal): -5112325 or 16514481. OLE color: 16514481.

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

Color convert

RGB 177 253 251 -
CMYK 0.30 0 0.01 0.01
HSL 178.42º 0.95% 0.84% -
HSV(B) 178.42º 0.3% 0.99% -
XYZ 70.67 86.56 104.25 -
YUV 230.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 177 253 251 0.30 0 0.01 0.01 178.42 0.95 0.84
Hex B1 FD FB 1E 0 1 1 B2 5F 54
Octal 261 375 373 36 0 1 1 262 137 124
Binary 10110001 11111101 11111011 11110 0 1 1 10110010 1011111 1010100

Color Harmonies of #B1FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDFB

Black with #B1FDFB

Text Example


Text Example

White with #B1FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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