Html Css Color HEX #B1EEEC Pale Turquoise

📋 copy color: '#B1EEEC'

red 177 ◦ green 238 ◦ blue 236

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

Shades of Pale Turquoise #B1EEEC

Tints of Pale Turquoise #B1EEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.56%

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

R = 27.19%
G = 36.56%
B = 36.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#B1EEEC (or 0xB1EEEC) is known color: Pale Turquoise. HEX triplet: B1, EE and EC. RGB value is (177,238,236). Sum of RGB (Red+Green+Blue) = 177+238+236=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEEC is #4E1113. Grayscale: #DBDBDB. Windows color (decimal): -5116180 or 15527601. OLE color: 15527601.

HSL color Cylindrical-coordinate representation of color #B1EEEC: hue angle of 178.03º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEEC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 238 236 -
CMYK 0.26 0 0.01 0.07
HSL 178.03º 0.64% 0.81% -
HSV(B) 178.03º 0.26% 0.93% -
XYZ 63.85 76.55 90.77 -
YUV 219.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 177 238 236 0.26 0 0.01 0.07 178.03 0.64 0.81
Hex B1 EE EC 1A 0 1 7 B2 40 51
Octal 261 356 354 32 0 1 7 262 100 121
Binary 10110001 11101110 11101100 11010 0 1 111 10110010 1000000 1010001

Color Harmonies of #B1EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EEEC

Black with #B1EEEC

Text Example


Text Example

White with #B1EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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