#B9F0EC

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

Shades of Pale Turquoise #B9F0EC

Tints of Pale Turquoise #B9F0EC

Color information

#B9F0EC (or 0xB9F0EC) is unknown color: approx Pale Turquoise. HEX triplet: B9, F0 and EC. RGB value is (185,240,236). Sum of RGB (Red+Green+Blue) = 185+240+236=661 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.99% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F0EC is #460F13. Grayscale: #DFDFDF. Windows color (decimal): -4591380 or 15528121. OLE color: 15528121.

HSL color Cylindrical-coordinate representation of color #B9F0EC: hue angle of 175.64º degrees, saturation: 0.65, 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 #B9F0EC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB185240236-
CMYK0.2300.020.06
HSL175.64º64.71%83.33%-
HSV(B)175.64º22.92%94.12%-
XYZ66.3178.6991.05-
YUV223.1135.28100.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.99%
GREEN value IS 240 (94.14% from 255) = 36.31%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=27.99%
G=36.31%
B=35.70%

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
Decimal1852402360.2300.020.06175.6464.7183.33
HexB9F0EC17026b04153
Octal27136035427026260101123
Binary101110011111000011101100101110101101011000010000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F0EC; }

 p { color: rgb(185,240,236); }

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

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

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

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

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

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

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