Html Css Color HEX #B1EAE9 Pale Turquoise

📋 copy color: '#B1EAE9'

red 177 ◦ green 234 ◦ blue 233

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

Shades of Pale Turquoise #B1EAE9

Tints of Pale Turquoise #B1EAE9

RGB

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

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

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

R = 27.48%
G = 36.34%
B = 36.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#B1EAE9 (or 0xB1EAE9) is known color: Pale Turquoise. HEX triplet: B1, EA and E9. RGB value is (177,234,233). Sum of RGB (Red+Green+Blue) = 177+234+233=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAE9 is #4E1516. Grayscale: #D8D8D8. Windows color (decimal): -5117207 or 15329969. OLE color: 15329969.

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

Color convert

RGB 177 234 233 -
CMYK 0.24 0 0.00 0.08
HSL 178.95º 0.58% 0.81% -
HSV(B) 178.95º 0.24% 0.92% -
XYZ 62.26 74.08 88.11 -
YUV 216.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 177 234 233 0.24 0 0.00 0.08 178.95 0.58 0.81
Hex B1 EA E9 18 0 0 8 B3 3A 51
Octal 261 352 351 30 0 0 10 263 72 121
Binary 10110001 11101010 11101001 11000 0 0 1000 10110011 111010 1010001

Color Harmonies of #B1EAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EAE9

Black with #B1EAE9

Text Example


Text Example

White with #B1EAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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