#B9FDFB

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

Shades of Pale Turquoise #B9FDFB

Tints of Pale Turquoise #B9FDFB

Color information

#B9FDFB (or 0xB9FDFB) is unknown color: approx Pale Turquoise. HEX triplet: B9, FD and FB. RGB value is (185,253,251). Sum of RGB (Red+Green+Blue) = 185+253+251=689 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.85% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDFB is #460204. Grayscale: #E8E8E8. Windows color (decimal): -4588037 or 16514489. OLE color: 16514489.

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

Color convert

RGB185253251-
CMYK0.2700.010.01
HSL178.24º94.44%85.88%-
HSV(B)178.24º26.88%99.22%-
XYZ72.5587.53104.34-
YUV232.44138.4794.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.85%
GREEN value IS 253 (99.22% from 255) = 36.72%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=26.85%
G=36.72%
B=36.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532510.2700.010.01178.2494.4485.88
HexB9FDFB1B011b25e56
Octal27137537333011262136126
Binary101110011111110111111011110110111011001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDFB; }

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

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

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

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

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

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

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

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