Html Css Color HEX #B1FBED Pale Turquoise

📋 copy color: '#B1FBED'

red 177 ◦ green 251 ◦ blue 237

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

Shades of Pale Turquoise #B1FBED

Tints of Pale Turquoise #B1FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.74%

 BLUE value IS 237 (92.97% from 255) = 35.64%

R = 26.62%
G = 37.74%
B = 35.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B1FBED (or 0xB1FBED) is known color: Pale Turquoise. HEX triplet: B1, FB and ED. RGB value is (177,251,237). Sum of RGB (Red+Green+Blue) = 177+251+237=665 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.62% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBED is #4E0412. Grayscale: #E3E3E3. Windows color (decimal): -5112851 or 15596465. OLE color: 15596465.

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

Color convert

RGB 177 251 237 -
CMYK 0.29 0 0.06 0.02
HSL 168.65º 0.9% 0.84% -
HSV(B) 168.65º 0.29% 0.98% -
XYZ 67.91 84.46 92.84 -
YUV 227.28 133.48 92.14 -
System Red Green Blue C M Y K H S L
Decimal 177 251 237 0.29 0 0.06 0.02 168.65 0.9 0.84
Hex B1 FB ED 1D 0 6 2 A9 5A 54
Octal 261 373 355 35 0 6 2 251 132 124
Binary 10110001 11111011 11101101 11101 0 110 10 10101001 1011010 1010100

Color Harmonies of #B1FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBED

Black with #B1FBED

Text Example


Text Example

White with #B1FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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