Html Css Color HEX #B1EFF1 Pale Turquoise

📋 copy color: '#B1EFF1'

red 177 ◦ green 239 ◦ blue 241

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

Shades of Pale Turquoise #B1EFF1

Tints of Pale Turquoise #B1EFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.68%

R = 26.94%
G = 36.38%
B = 36.68%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B1EFF1 (or 0xB1EFF1) is known color: Pale Turquoise. HEX triplet: B1, EF and F1. RGB value is (177,239,241). Sum of RGB (Red+Green+Blue) = 177+239+241=657 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.94% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFF1 is #4E100E. Grayscale: #DCDCDC. Windows color (decimal): -5115919 or 15855537. OLE color: 15855537.

HSL color Cylindrical-coordinate representation of color #B1EFF1: hue angle of 181.88º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1EFF1 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 239 241 -
CMYK 0.27 0.01 0 0.05
HSL 181.88º 0.7% 0.82% -
HSV(B) 181.88º 0.27% 0.95% -
XYZ 64.88 77.43 94.75 -
YUV 220.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 177 239 241 0.27 0.01 0 0.05 181.88 0.7 0.82
Hex B1 EF F1 1B 1 0 5 B6 46 52
Octal 261 357 361 33 1 0 5 266 106 122
Binary 10110001 11101111 11110001 11011 1 0 101 10110110 1000110 1010010

Color Harmonies of #B1EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFF1

Black with #B1EFF1

Text Example


Text Example

White with #B1EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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