Html Css Color HEX #B1EBEA Pale Turquoise

📋 copy color: '#B1EBEA'

red 177 ◦ green 235 ◦ blue 234

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

Shades of Pale Turquoise #B1EBEA

Tints of Pale Turquoise #B1EBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.22%

R = 27.4%
G = 36.38%
B = 36.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#B1EBEA (or 0xB1EBEA) is known color: Pale Turquoise. HEX triplet: B1, EB and EA. RGB value is (177,235,234). Sum of RGB (Red+Green+Blue) = 177+235+234=646 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.40% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBEA is #4E1415. Grayscale: #D9D9D9. Windows color (decimal): -5116950 or 15395761. OLE color: 15395761.

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

Color convert

RGB 177 235 234 -
CMYK 0.25 0 0.00 0.08
HSL 178.97º 0.59% 0.81% -
HSV(B) 178.97º 0.25% 0.92% -
XYZ 62.69 74.7 88.96 -
YUV 217.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 177 235 234 0.25 0 0.00 0.08 178.97 0.59 0.81
Hex B1 EB EA 19 0 0 8 B3 3B 51
Octal 261 353 352 31 0 0 10 263 73 121
Binary 10110001 11101011 11101010 11001 0 0 1000 10110011 111011 1010001

Color Harmonies of #B1EBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBEA

Black with #B1EBEA

Text Example


Text Example

White with #B1EBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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