#B5EAEC

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

Shades of Pale Turquoise #B5EAEC

Tints of Pale Turquoise #B5EAEC

Color information

#B5EAEC (or 0xB5EAEC) is unknown color: approx Pale Turquoise. HEX triplet: B5, EA and EC. RGB value is (181,234,236). Sum of RGB (Red+Green+Blue) = 181+234+236=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5EAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EAEC is #4A1513. Grayscale: #DADADA. Windows color (decimal): -4855060 or 15526581. OLE color: 15526581.

HSL color Cylindrical-coordinate representation of color #B5EAEC: hue angle of 182.18º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EAEC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181234236-
CMYK0.230.0100.07
HSL182.18º59.14%81.76%-
HSV(B)182.18º23.31%92.55%-
XYZ63.6274.7390.43-
YUV218.38137.94101.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.80%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=27.80%
G=35.94%
B=36.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812342360.230.0100.07182.1859.1481.76
HexB5EAEC17107b63b52
Octal2653523542710726673122
Binary1011010111101010111011001011110111101101101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EAEC; }

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

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

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

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

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

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

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

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