Html Css Color HEX #B1EFEB Pale Turquoise

📋 copy color: '#B1EFEB'

red 177 ◦ green 239 ◦ blue 235

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

Shades of Pale Turquoise #B1EFEB

Tints of Pale Turquoise #B1EFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.71%

 BLUE value IS 235 (92.19% from 255) = 36.1%

R = 27.19%
G = 36.71%
B = 36.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#B1EFEB (or 0xB1EFEB) is known color: Pale Turquoise. HEX triplet: B1, EF and EB. RGB value is (177,239,235). Sum of RGB (Red+Green+Blue) = 177+239+235=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFEB is #4E1014. Grayscale: #DBDBDB. Windows color (decimal): -5115925 or 15462321. OLE color: 15462321.

HSL color Cylindrical-coordinate representation of color #B1EFEB: hue angle of 176.13º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFEB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 239 235 -
CMYK 0.26 0 0.02 0.06
HSL 176.13º 0.66% 0.82% -
HSV(B) 176.13º 0.26% 0.94% -
XYZ 63.99 77.08 90.1 -
YUV 220.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 177 239 235 0.26 0 0.02 0.06 176.13 0.66 0.82
Hex B1 EF EB 1A 0 2 6 B0 42 52
Octal 261 357 353 32 0 2 6 260 102 122
Binary 10110001 11101111 11101011 11010 0 10 110 10110000 1000010 1010010

Color Harmonies of #B1EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFEB

Black with #B1EFEB

Text Example


Text Example

White with #B1EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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