Html Css Color HEX #B1EFFF Pale Turquoise

📋 copy color: '#B1EFFF'

red 177 ◦ green 239 ◦ blue 255

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

Shades of Pale Turquoise #B1EFFF

Tints of Pale Turquoise #B1EFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38%

R = 26.38%
G = 35.62%
B = 38%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1EFFF (or 0xB1EFFF) is known color: Pale Turquoise. HEX triplet: B1, EF and FF. RGB value is (177,239,255). Sum of RGB (Red+Green+Blue) = 177+239+255=671 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.38% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFFF is #4E1000. Grayscale: #DEDEDE. Windows color (decimal): -5115905 or 16773041. OLE color: 16773041.

HSL color Cylindrical-coordinate representation of color #B1EFFF: hue angle of 192.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1EFFF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 239 255 -
CMYK 0.31 0.06 0 0
HSL 192.31º 1% 0.85% -
HSV(B) 192.31º 0.31% 1% -
XYZ 67.05 78.3 106.19 -
YUV 222.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 177 239 255 0.31 0.06 0 0 192.31 1 0.85
Hex B1 EF FF 1F 6 0 0 C0 64 55
Octal 261 357 377 37 6 0 0 300 144 125
Binary 10110001 11101111 11111111 11111 110 0 0 11000000 1100100 1010101

Color Harmonies of #B1EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFFF

Black with #B1EFFF

Text Example


Text Example

White with #B1EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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