Html Css Color HEX #B1EBE8 Pale Turquoise

📋 copy color: '#B1EBE8'

red 177 ◦ green 235 ◦ blue 232

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

Shades of Pale Turquoise #B1EBE8

Tints of Pale Turquoise #B1EBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.02%

R = 27.48%
G = 36.49%
B = 36.02%

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

#B1EBE8 (or 0xB1EBE8) is known color: Pale Turquoise. HEX triplet: B1, EB and E8. RGB value is (177,235,232). Sum of RGB (Red+Green+Blue) = 177+235+232=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBE8 is #4E1417. Grayscale: #D9D9D9. Windows color (decimal): -5116952 or 15264689. OLE color: 15264689.

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

Color convert

RGB 177 235 232 -
CMYK 0.25 0 0.01 0.08
HSL 176.9º 0.59% 0.81% -
HSV(B) 176.9º 0.25% 0.92% -
XYZ 62.41 74.59 87.45 -
YUV 217.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 177 235 232 0.25 0 0.01 0.08 176.9 0.59 0.81
Hex B1 EB E8 19 0 1 8 B1 3B 51
Octal 261 353 350 31 0 1 10 261 73 121
Binary 10110001 11101011 11101000 11001 0 1 1000 10110001 111011 1010001

Color Harmonies of #B1EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBE8

Black with #B1EBE8

Text Example


Text Example

White with #B1EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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