#B9EEEA

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

Shades of Pale Turquoise #B9EEEA

Tints of Pale Turquoise #B9EEEA

Color information

#B9EEEA (or 0xB9EEEA) is unknown color: approx Pale Turquoise. HEX triplet: B9, EE and EA. RGB value is (185,238,234). Sum of RGB (Red+Green+Blue) = 185+238+234=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEEA is #461115. Grayscale: #DDDDDD. Windows color (decimal): -4591894 or 15396537. OLE color: 15396537.

HSL color Cylindrical-coordinate representation of color #B9EEEA: hue angle of 175.47º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EEEA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB185238234-
CMYK0.2200.020.07
HSL175.47º60.92%82.94%-
HSV(B)175.47º22.27%93.33%-
XYZ65.4377.489.33-
YUV221.7134.94101.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.16%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=28.16%
G=36.23%
B=35.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852382340.2200.020.07175.4760.9282.94
HexB9EEEA16027af3d53
Octal2713563522602725775123
Binary10111001111011101110101010110010111101011111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEEA; }

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

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

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

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

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

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

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

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