Html Css Color HEX #B1EBE7 Pale Turquoise

📋 copy color: '#B1EBE7'

red 177 ◦ green 235 ◦ blue 231

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

Shades of Pale Turquoise #B1EBE7

Tints of Pale Turquoise #B1EBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.93%

R = 27.53%
G = 36.55%
B = 35.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#B1EBE7 (or 0xB1EBE7) is known color: Pale Turquoise. HEX triplet: B1, EB and E7. RGB value is (177,235,231). Sum of RGB (Red+Green+Blue) = 177+235+231=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBE7 is #4E1418. Grayscale: #D9D9D9. Windows color (decimal): -5116953 or 15199153. OLE color: 15199153.

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

Color convert

RGB 177 235 231 -
CMYK 0.25 0 0.02 0.08
HSL 175.86º 0.59% 0.81% -
HSV(B) 175.86º 0.25% 0.92% -
XYZ 62.26 74.53 86.71 -
YUV 217.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 177 235 231 0.25 0 0.02 0.08 175.86 0.59 0.81
Hex B1 EB E7 19 0 2 8 B0 3B 51
Octal 261 353 347 31 0 2 10 260 73 121
Binary 10110001 11101011 11100111 11001 0 10 1000 10110000 111011 1010001

Color Harmonies of #B1EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBE7

Black with #B1EBE7

Text Example


Text Example

White with #B1EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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