#B5ECF7

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

Shades of Pale Turquoise #B5ECF7

Tints of Pale Turquoise #B5ECF7

Color information

#B5ECF7 (or 0xB5ECF7) is unknown color: approx Pale Turquoise. HEX triplet: B5, EC and F7. RGB value is (181,236,247). Sum of RGB (Red+Green+Blue) = 181+236+247=664 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.26% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #B5ECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECF7 is #4A1308. Grayscale: #DCDCDC. Windows color (decimal): -4854537 or 16247989. OLE color: 16247989.

HSL color Cylindrical-coordinate representation of color #B5ECF7: hue angle of 190º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5ECF7 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181236247-
CMYK0.270.0400.03
HSL190º80.49%83.92%-
HSV(B)190º26.72%96.86%-
XYZ65.8476.5399.3-
YUV220.81142.7899.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.26%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 247 (96.88% from 255) = 37.20%
R=27.26%
G=35.54%
B=37.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812362470.270.0400.0319080.4983.92
HexB5ECF71B403be5054
Octal26535436733403276120124
Binary101101011110110011110111110111000111011111010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECF7; }

 p { color: rgb(181,236,247); }

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

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

 a { background-color: rgb(181,236,247); }

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

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

 span { border-color: rgb(181,236,247); }

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