#B8EBE7

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

Shades of Pale Turquoise #B8EBE7

Tints of Pale Turquoise #B8EBE7

Color information

#B8EBE7 (or 0xB8EBE7) is unknown color: approx Pale Turquoise. HEX triplet: B8, EB and E7. RGB value is (184,235,231). Sum of RGB (Red+Green+Blue) = 184+235+231=650 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.31% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBE7 is #471418. Grayscale: #DBDBDB. Windows color (decimal): -4658201 or 15199160. OLE color: 15199160.

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

Color convert

RGB184235231-
CMYK0.2200.020.08
HSL175.29º56.04%82.16%-
HSV(B)175.29º21.7%92.16%-
XYZ63.975.3886.78-
YUV219.3134.6102.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.31%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 231 (90.62% from 255) = 35.54%
R=28.31%
G=36.15%
B=35.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842352310.2200.020.08175.2956.0482.16
HexB8EBE716028af3852
Octal27035334726021025770122
Binary101110001110101111100111101100101000101011111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBE7; }

 p { color: rgb(184,235,231); }

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

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

 a { background-color: rgb(184,235,231); }

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

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

 span { border-color: rgb(184,235,231); }

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