#B5E9E6

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

Shades of Pale Turquoise #B5E9E6

Tints of Pale Turquoise #B5E9E6

Color information

#B5E9E6 (or 0xB5E9E6) is unknown color: approx Pale Turquoise. HEX triplet: B5, E9 and E6. RGB value is (181,233,230). Sum of RGB (Red+Green+Blue) = 181+233+230=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E9E6 is #4A1619. Grayscale: #D9D9D9. Windows color (decimal): -4855322 or 15133109. OLE color: 15133109.

HSL color Cylindrical-coordinate representation of color #B5E9E6: hue angle of 176.54º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E9E6 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB181233230-
CMYK0.2200.010.09
HSL176.54º54.17%81.18%-
HSV(B)176.54º22.32%91.37%-
XYZ62.4873.8185.82-
YUV217.11135.27102.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.11%
GREEN value IS 233 (91.41% from 255) = 36.18%
BLUE value IS 230 (90.23% from 255) = 35.71%
R=28.11%
G=36.18%
B=35.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812332300.2200.010.09176.5454.1781.18
HexB5E9E616019b13651
Octal26535134626011126166121
Binary10110101111010011110011010110011001101100011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E9E6; }

 p { color: rgb(181,233,230); }

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

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

 a { background-color: rgb(181,233,230); }

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

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

 span { border-color: rgb(181,233,230); }

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