#B5EAEB

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

Shades of Pale Turquoise #B5EAEB

Tints of Pale Turquoise #B5EAEB

Color information

#B5EAEB (or 0xB5EAEB) is unknown color: approx Pale Turquoise. HEX triplet: B5, EA and EB. RGB value is (181,234,235). Sum of RGB (Red+Green+Blue) = 181+234+235=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EAEB is #4A1514. Grayscale: #DADADA. Windows color (decimal): -4855061 or 15461045. OLE color: 15461045.

HSL color Cylindrical-coordinate representation of color #B5EAEB: hue angle of 181.11º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EAEB is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181234235-
CMYK0.230.0000.08
HSL181.11º57.45%81.57%-
HSV(B)181.11º22.98%92.16%-
XYZ63.4774.6789.66-
YUV218.27137.44101.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.85%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=27.85%
G=36%
B=36.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812342350.230.0000.08181.1157.4581.57
HexB5EAEB17008b53952
Octal26535235327001026571122
Binary10110101111010101110101110111001000101101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EAEB; }

 p { color: rgb(181,234,235); }

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

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

 a { background-color: rgb(181,234,235); }

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

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

 span { border-color: rgb(181,234,235); }

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