Html Css Color HEX #B1EAE8 Pale Turquoise

📋 copy color: '#B1EAE8'

red 177 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #B1EAE8

Tints of Pale Turquoise #B1EAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.39%

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

R = 27.53%
G = 36.39%
B = 36.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#B1EAE8 (or 0xB1EAE8) is known color: Pale Turquoise. HEX triplet: B1, EA and E8. RGB value is (177,234,232). Sum of RGB (Red+Green+Blue) = 177+234+232=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAE8 is #4E1517. Grayscale: #D8D8D8. Windows color (decimal): -5117208 or 15264433. OLE color: 15264433.

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

Color convert

RGB 177 234 232 -
CMYK 0.24 0 0.01 0.08
HSL 177.89º 0.58% 0.81% -
HSV(B) 177.89º 0.24% 0.92% -
XYZ 62.12 74.02 87.36 -
YUV 216.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 177 234 232 0.24 0 0.01 0.08 177.89 0.58 0.81
Hex B1 EA E8 18 0 1 8 B2 3A 51
Octal 261 352 350 30 0 1 10 262 72 121
Binary 10110001 11101010 11101000 11000 0 1 1000 10110010 111010 1010001

Color Harmonies of #B1EAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EAE8

Black with #B1EAE8

Text Example


Text Example

White with #B1EAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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