Html Css Color HEX #B1EBE5 Pale Turquoise

📋 copy color: '#B1EBE5'

red 177 ◦ green 235 ◦ blue 229

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

Shades of Pale Turquoise #B1EBE5

Tints of Pale Turquoise #B1EBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 27.61%
G = 36.66%
B = 35.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#B1EBE5 (or 0xB1EBE5) is known color: Pale Turquoise. HEX triplet: B1, EB and E5. RGB value is (177,235,229). Sum of RGB (Red+Green+Blue) = 177+235+229=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBE5 is #4E141A. Grayscale: #D8D8D8. Windows color (decimal): -5116955 or 15068081. OLE color: 15068081.

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

Color convert

RGB 177 235 229 -
CMYK 0.25 0 0.03 0.08
HSL 173.79º 0.59% 0.81% -
HSV(B) 173.79º 0.25% 0.92% -
XYZ 61.98 74.42 85.23 -
YUV 216.97 134.78 99.49 -
System Red Green Blue C M Y K H S L
Decimal 177 235 229 0.25 0 0.03 0.08 173.79 0.59 0.81
Hex B1 EB E5 19 0 3 8 AE 3B 51
Octal 261 353 345 31 0 3 10 256 73 121
Binary 10110001 11101011 11100101 11001 0 11 1000 10101110 111011 1010001

Color Harmonies of #B1EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBE5

Black with #B1EBE5

Text Example


Text Example

White with #B1EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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