Html Css Color HEX #B1EFFD Pale Turquoise

📋 copy color: '#B1EFFD'

red 177 ◦ green 239 ◦ blue 253

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

Shades of Pale Turquoise #B1EFFD

Tints of Pale Turquoise #B1EFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.82%

R = 26.46%
G = 35.72%
B = 37.82%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1EFFD (or 0xB1EFFD) is known color: Pale Turquoise. HEX triplet: B1, EF and FD. RGB value is (177,239,253). Sum of RGB (Red+Green+Blue) = 177+239+253=669 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.46% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1EFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFFD is #4E1002. Grayscale: #DDDDDD. Windows color (decimal): -5115907 or 16641969. OLE color: 16641969.

HSL color Cylindrical-coordinate representation of color #B1EFFD: hue angle of 191.05º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1EFFD is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 239 253 -
CMYK 0.30 0.06 0 0.01
HSL 191.05º 0.95% 0.84% -
HSV(B) 191.05º 0.3% 0.99% -
XYZ 66.73 78.17 104.5 -
YUV 222.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 177 239 253 0.30 0.06 0 0.01 191.05 0.95 0.84
Hex B1 EF FD 1E 6 0 1 BF 5F 54
Octal 261 357 375 36 6 0 1 277 137 124
Binary 10110001 11101111 11111101 11110 110 0 1 10111111 1011111 1010100

Color Harmonies of #B1EFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFFD

Black with #B1EFFD

Text Example


Text Example

White with #B1EFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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