Html Css Color HEX #B1FDED Pale Turquoise

📋 copy color: '#B1FDED'

red 177 ◦ green 253 ◦ blue 237

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

Shades of Pale Turquoise #B1FDED

Tints of Pale Turquoise #B1FDED

RGB

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

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

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

R = 26.54%
G = 37.93%
B = 35.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#B1FDED (or 0xB1FDED) is known color: Pale Turquoise. HEX triplet: B1, FD and ED. RGB value is (177,253,237). Sum of RGB (Red+Green+Blue) = 177+253+237=667 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.54% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDED is #4E0212. Grayscale: #E4E4E4. Windows color (decimal): -5112339 or 15596977. OLE color: 15596977.

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

Color convert

RGB 177 253 237 -
CMYK 0.30 0 0.06 0.01
HSL 167.37º 0.95% 0.84% -
HSV(B) 167.37º 0.3% 0.99% -
XYZ 68.54 85.71 93.05 -
YUV 228.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 177 253 237 0.30 0 0.06 0.01 167.37 0.95 0.84
Hex B1 FD ED 1E 0 6 1 A7 5F 54
Octal 261 375 355 36 0 6 1 247 137 124
Binary 10110001 11111101 11101101 11110 0 110 1 10100111 1011111 1010100

Color Harmonies of #B1FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDED

Black with #B1FDED

Text Example


Text Example

White with #B1FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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