#B8EBE6

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

Shades of Pale Turquoise #B8EBE6

Tints of Pale Turquoise #B8EBE6

Color information

#B8EBE6 (or 0xB8EBE6) is unknown color: approx Pale Turquoise. HEX triplet: B8, EB and E6. RGB value is (184,235,230). Sum of RGB (Red+Green+Blue) = 184+235+230=649 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.35% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBE6 is #471419. Grayscale: #DBDBDB. Windows color (decimal): -4658202 or 15133624. OLE color: 15133624.

HSL color Cylindrical-coordinate representation of color #B8EBE6: hue angle of 174.12º 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 #B8EBE6 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB184235230-
CMYK0.2200.020.08
HSL174.12º56.04%82.16%-
HSV(B)174.12º21.7%92.16%-
XYZ63.7675.3286.04-
YUV219.18134.1102.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.35%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 230 (90.23% from 255) = 35.44%
R=28.35%
G=36.21%
B=35.44%

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
Decimal1842352300.2200.020.08174.1256.0482.16
HexB8EBE616028ae3852
Octal27035334626021025670122
Binary101110001110101111100110101100101000101011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBE6; }

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

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

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

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

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

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

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

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