#B9FFFC

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

Shades of Pale Turquoise #B9FFFC

Tints of Pale Turquoise #B9FFFC

Color information

#B9FFFC (or 0xB9FFFC) is unknown color: approx Pale Turquoise. HEX triplet: B9, FF and FC. RGB value is (185,255,252). Sum of RGB (Red+Green+Blue) = 185+255+252=692 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.73% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFFC is #460003. Grayscale: #E9E9E9. Windows color (decimal): -4587524 or 16580537. OLE color: 16580537.

HSL color Cylindrical-coordinate representation of color #B9FFFC: hue angle of 177.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFFC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB185255252-
CMYK0.2700.010
HSL177.43º100%86.27%-
HSV(B)177.43º27.45%100%-
XYZ73.3488.86105.38-
YUV233.73138.3193.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.73%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=26.73%
G=36.85%
B=36.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552520.2700.010177.4310086.27
HexB9FFFC1B010b16456
Octal27137737433010261144126
Binary101110011111111111111100110110101011000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFFC; }

 p { color: rgb(185,255,252); }

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

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

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

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

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

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

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