#B5E9E4

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

Shades of Pale Turquoise #B5E9E4

Tints of Pale Turquoise #B5E9E4

Color information

#B5E9E4 (or 0xB5E9E4) is unknown color: approx Pale Turquoise. HEX triplet: B5, E9 and E4. RGB value is (181,233,228). Sum of RGB (Red+Green+Blue) = 181+233+228=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9E4 is #4A161B. Grayscale: #D8D8D8. Windows color (decimal): -4855324 or 15002037. OLE color: 15002037.

HSL color Cylindrical-coordinate representation of color #B5E9E4: hue angle of 174.23º 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 #B5E9E4 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB181233228-
CMYK0.2200.020.09
HSL174.23º54.17%81.18%-
HSV(B)174.23º22.32%91.37%-
XYZ62.273.784.35-
YUV216.88134.27102.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.19%
GREEN value IS 233 (91.41% from 255) = 36.29%
BLUE value IS 228 (89.45% from 255) = 35.51%
R=28.19%
G=36.29%
B=35.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812332280.2200.020.09174.2354.1781.18
HexB5E9E416029ae3651
Octal26535134426021125666121
Binary101101011110100111100100101100101001101011101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E9E4; }

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

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

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

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

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

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

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

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