#B9E8E8

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

Shades of Pale Turquoise #B9E8E8

Tints of Pale Turquoise #B9E8E8

Color information

#B9E8E8 (or 0xB9E8E8) is unknown color: approx Pale Turquoise. HEX triplet: B9, E8 and E8. RGB value is (185,232,232). Sum of RGB (Red+Green+Blue) = 185+232+232=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: green, blue. Hex color #B9E8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E8E8 is #461717. Grayscale: #D9D9D9. Windows color (decimal): -4593432 or 15263929. OLE color: 15263929.

HSL color Cylindrical-coordinate representation of color #B9E8E8: hue angle of 180º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8E8 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185232232-
CMYK0.20000.09
HSL180º50.54%81.76%-
HSV(B)180º20.26%90.98%-
XYZ63.4373.8587.26-
YUV217.95135.93104.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.51%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=28.51%
G=35.75%
B=35.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852322320.20000.0918050.5481.76
HexB9E8E814009b43352
Octal27135035024001126463122
Binary10111001111010001110100010100001001101101001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8E8; }

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

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

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

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

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

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

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

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