Html Css Color HEX #B1EEED Pale Turquoise

📋 copy color: '#B1EEED'

red 177 ◦ green 238 ◦ blue 237

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

Shades of Pale Turquoise #B1EEED

Tints of Pale Turquoise #B1EEED

RGB

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

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

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

R = 27.15%
G = 36.5%
B = 36.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#B1EEED (or 0xB1EEED) is known color: Pale Turquoise. HEX triplet: B1, EE and ED. RGB value is (177,238,237). Sum of RGB (Red+Green+Blue) = 177+238+237=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEED is #4E1112. Grayscale: #DBDBDB. Windows color (decimal): -5116179 or 15593137. OLE color: 15593137.

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

Color convert

RGB 177 238 237 -
CMYK 0.26 0 0.00 0.07
HSL 179.02º 0.64% 0.81% -
HSV(B) 179.02º 0.26% 0.93% -
XYZ 63.99 76.61 91.54 -
YUV 219.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 177 238 237 0.26 0 0.00 0.07 179.02 0.64 0.81
Hex B1 EE ED 1A 0 0 7 B3 40 51
Octal 261 356 355 32 0 0 7 263 100 121
Binary 10110001 11101110 11101101 11010 0 0 111 10110011 1000000 1010001

Color Harmonies of #B1EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EEED

Black with #B1EEED

Text Example


Text Example

White with #B1EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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