Html Css Color HEX #B1EBE9 Pale Turquoise

📋 copy color: '#B1EBE9'

red 177 ◦ green 235 ◦ blue 233

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

Shades of Pale Turquoise #B1EBE9

Tints of Pale Turquoise #B1EBE9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.43%

 BLUE value IS 233 (91.41% from 255) = 36.12%

R = 27.44%
G = 36.43%
B = 36.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#B1EBE9 (or 0xB1EBE9) is known color: Pale Turquoise. HEX triplet: B1, EB and E9. RGB value is (177,235,233). Sum of RGB (Red+Green+Blue) = 177+235+233=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBE9 is #4E1416. Grayscale: #D9D9D9. Windows color (decimal): -5116951 or 15330225. OLE color: 15330225.

HSL color Cylindrical-coordinate representation of color #B1EBE9: hue angle of 177.93º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBE9 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 235 233 -
CMYK 0.25 0 0.01 0.08
HSL 177.93º 0.59% 0.81% -
HSV(B) 177.93º 0.25% 0.92% -
XYZ 62.55 74.65 88.2 -
YUV 217.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 177 235 233 0.25 0 0.01 0.08 177.93 0.59 0.81
Hex B1 EB E9 19 0 1 8 B2 3B 51
Octal 261 353 351 31 0 1 10 262 73 121
Binary 10110001 11101011 11101001 11001 0 1 1000 10110010 111011 1010001

Color Harmonies of #B1EBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBE9

Black with #B1EBE9

Text Example


Text Example

White with #B1EBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBE9; }

 p { color: rgb(177,235,233); }

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

background-color css

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

 a { background-color: rgb(177,235,233); }

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

border-color css

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

 span { border-color: rgb(177,235,233); }

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