#B4EAEB

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

Shades of Pale Turquoise #B4EAEB

Tints of Pale Turquoise #B4EAEB

Color information

#B4EAEB (or 0xB4EAEB) is unknown color: approx Pale Turquoise. HEX triplet: B4, EA and EB. RGB value is (180,234,235). Sum of RGB (Red+Green+Blue) = 180+234+235=649 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.73% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EAEB is #4B1514. Grayscale: #D9D9D9. Windows color (decimal): -4920597 or 15461044. OLE color: 15461044.

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

Color convert

RGB180234235-
CMYK0.230.0000.08
HSL181.09º57.89%81.37%-
HSV(B)181.09º23.4%92.16%-
XYZ63.2474.5589.65-
YUV217.97137.61100.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.73%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=27.73%
G=36.06%
B=36.21%

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
Decimal1802342350.230.0000.08181.0957.8981.37
HexB4EAEB17008b53a51
Octal26435235327001026572121
Binary10110100111010101110101110111001000101101011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAEB; }

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

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

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

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

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

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

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

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