#B9EFEB

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

Shades of Pale Turquoise #B9EFEB

Tints of Pale Turquoise #B9EFEB

Color information

#B9EFEB (or 0xB9EFEB) is unknown color: approx Pale Turquoise. HEX triplet: B9, EF and EB. RGB value is (185,239,235). Sum of RGB (Red+Green+Blue) = 185+239+235=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFEB is #461014. Grayscale: #DEDEDE. Windows color (decimal): -4591637 or 15462329. OLE color: 15462329.

HSL color Cylindrical-coordinate representation of color #B9EFEB: hue angle of 175.56º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EFEB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB185239235-
CMYK0.2300.020.06
HSL175.56º62.79%83.14%-
HSV(B)175.56º22.59%93.73%-
XYZ65.8778.0590.19-
YUV222.4135.11101.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.07%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=28.07%
G=36.27%
B=35.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852392350.2300.020.06175.5662.7983.14
HexB9EFEB17026b03f53
Octal2713573532702626077123
Binary10111001111011111110101110111010110101100001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFEB; }

 p { color: rgb(185,239,235); }

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

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

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

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

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

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

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