Html Css Color HEX #B1EFEC Pale Turquoise

📋 copy color: '#B1EFEC'

red 177 ◦ green 239 ◦ blue 236

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

Shades of Pale Turquoise #B1EFEC

Tints of Pale Turquoise #B1EFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 27.15%
G = 36.66%
B = 36.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#B1EFEC (or 0xB1EFEC) is known color: Pale Turquoise. HEX triplet: B1, EF and EC. RGB value is (177,239,236). Sum of RGB (Red+Green+Blue) = 177+239+236=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFEC is #4E1013. Grayscale: #DCDCDC. Windows color (decimal): -5115924 or 15527857. OLE color: 15527857.

HSL color Cylindrical-coordinate representation of color #B1EFEC: hue angle of 177.1º 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 #B1EFEC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 239 236 -
CMYK 0.26 0 0.01 0.06
HSL 177.1º 0.66% 0.82% -
HSV(B) 177.1º 0.26% 0.94% -
XYZ 64.14 77.14 90.87 -
YUV 220.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 177 239 236 0.26 0 0.01 0.06 177.1 0.66 0.82
Hex B1 EF EC 1A 0 1 6 B1 42 52
Octal 261 357 354 32 0 1 6 261 102 122
Binary 10110001 11101111 11101100 11010 0 1 110 10110001 1000010 1010010

Color Harmonies of #B1EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFEC

Black with #B1EFEC

Text Example


Text Example

White with #B1EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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