#B1EDEE

Color #B1EDEE Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B1EDEE

Tints of Pale Turquoise #B1EDEE

Color information

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

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

Color convert

RGB177237238-
CMYK0.260.0000.07
HSL180.98º64.21%81.37%-
HSV(B)180.98º25.63%93.33%-
XYZ63.8576.0992.21-
YUV219.17138.6297.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.15%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=27.15%
G=36.35%
B=36.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772372380.260.0000.07180.9864.2181.37
HexB1EDEE1A007b54051
Octal26135535632007265100121
Binary10110001111011011110111011010001111011010110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDEE; }

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

 H1.HeaderClassName
 {
   color: #B1EDEE;
 }
 .AnyTagClassName
 {
   color: #B1EDEE;
 }
</style>
background-color css

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

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

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

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

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

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