#B9FFFD

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

Shades of Pale Turquoise #B9FFFD

Tints of Pale Turquoise #B9FFFD

Color information

#B9FFFD (or 0xB9FFFD) is unknown color: approx Pale Turquoise. HEX triplet: B9, FF and FD. RGB value is (185,255,253). Sum of RGB (Red+Green+Blue) = 185+255+253=693 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.70% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFFD is #460002. Grayscale: #E9E9E9. Windows color (decimal): -4587523 or 16646073. OLE color: 16646073.

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

Color convert

RGB185255253-
CMYK0.2700.010
HSL178.29º100%86.27%-
HSV(B)178.29º27.45%100%-
XYZ73.588.93106.22-
YUV233.84138.8193.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.70%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=26.70%
G=36.80%
B=36.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552530.2700.010178.2910086.27
HexB9FFFD1B010b26456
Octal27137737533010262144126
Binary101110011111111111111101110110101011001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFFD; }

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

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

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

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

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

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

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

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