#B8EAE8

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

Shades of Pale Turquoise #B8EAE8

Tints of Pale Turquoise #B8EAE8

Color information

#B8EAE8 (or 0xB8EAE8) is unknown color: approx Pale Turquoise. HEX triplet: B8, EA and E8. RGB value is (184,234,232). Sum of RGB (Red+Green+Blue) = 184+234+232=650 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.31% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EAE8 is #471517. Grayscale: #DADADA. Windows color (decimal): -4658456 or 15264440. OLE color: 15264440.

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

Color convert

RGB184234232-
CMYK0.2100.010.08
HSL177.6º54.35%81.96%-
HSV(B)177.6º21.37%91.76%-
XYZ63.7674.8687.43-
YUV218.82135.44103.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.31%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 232 (91.02% from 255) = 35.69%
R=28.31%
G=36%
B=35.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842342320.2100.010.08177.654.3581.96
HexB8EAE815018b23652
Octal27035235025011026266122
Binary10111000111010101110100010101011000101100101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EAE8; }

 p { color: rgb(184,234,232); }

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

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

 a { background-color: rgb(184,234,232); }

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

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

 span { border-color: rgb(184,234,232); }

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