Html Css Color HEX #B1EFED Pale Turquoise

📋 copy color: '#B1EFED'

red 177 ◦ green 239 ◦ blue 237

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

Shades of Pale Turquoise #B1EFED

Tints of Pale Turquoise #B1EFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 27.11%
G = 36.6%
B = 36.29%

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

#B1EFED (or 0xB1EFED) is known color: Pale Turquoise. HEX triplet: B1, EF and ED. RGB value is (177,239,237). Sum of RGB (Red+Green+Blue) = 177+239+237=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFED is #4E1012. Grayscale: #DCDCDC. Windows color (decimal): -5115923 or 15593393. OLE color: 15593393.

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

Color convert

RGB 177 239 237 -
CMYK 0.26 0 0.01 0.06
HSL 178.06º 0.66% 0.82% -
HSV(B) 178.06º 0.26% 0.94% -
XYZ 64.28 77.19 91.63 -
YUV 220.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 177 239 237 0.26 0 0.01 0.06 178.06 0.66 0.82
Hex B1 EF ED 1A 0 1 6 B2 42 52
Octal 261 357 355 32 0 1 6 262 102 122
Binary 10110001 11101111 11101101 11010 0 1 110 10110010 1000010 1010010

Color Harmonies of #B1EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFED

Black with #B1EFED

Text Example


Text Example

White with #B1EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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