#B9EAE8

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

Shades of Pale Turquoise #B9EAE8

Tints of Pale Turquoise #B9EAE8

Color information

#B9EAE8 (or 0xB9EAE8) is unknown color: approx Pale Turquoise. HEX triplet: B9, EA and E8. RGB value is (185,234,232). Sum of RGB (Red+Green+Blue) = 185+234+232=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EAE8 is #461517. Grayscale: #DBDBDB. Windows color (decimal): -4592920 or 15264441. OLE color: 15264441.

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

Color convert

RGB185234232-
CMYK0.2100.010.08
HSL177.55º53.85%82.16%-
HSV(B)177.55º20.94%91.76%-
XYZ6474.9987.44-
YUV219.12135.27103.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.42%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 232 (91.02% from 255) = 35.64%
R=28.42%
G=35.94%
B=35.64%

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
Decimal1852342320.2100.010.08177.5553.8582.16
HexB9EAE815018b23652
Octal27135235025011026266122
Binary10111001111010101110100010101011000101100101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EAE8; }

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

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

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

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

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

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

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

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