#B9FFFA

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

Shades of Pale Turquoise #B9FFFA

Tints of Pale Turquoise #B9FFFA

Color information

#B9FFFA (or 0xB9FFFA) is unknown color: approx Pale Turquoise. HEX triplet: B9, FF and FA. RGB value is (185,255,250). Sum of RGB (Red+Green+Blue) = 185+255+250=690 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.81% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFFA is #460005. Grayscale: #E9E9E9. Windows color (decimal): -4587526 or 16449465. OLE color: 16449465.

HSL color Cylindrical-coordinate representation of color #B9FFFA: hue angle of 175.71º 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 #B9FFFA is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB185255250-
CMYK0.2700.020
HSL175.71º100%86.27%-
HSV(B)175.71º27.45%100%-
XYZ73.0288.74103.72-
YUV233.5137.3193.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.81%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=26.81%
G=36.96%
B=36.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552500.2700.020175.7110086.27
HexB9FFFA1B020b06456
Octal27137737233020260144126
Binary1011100111111111111110101101101001011000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFFA; }

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

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

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

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

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

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

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

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