#B9FDF2

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

Shades of Pale Turquoise #B9FDF2

Tints of Pale Turquoise #B9FDF2

Color information

#B9FDF2 (or 0xB9FDF2) is unknown color: approx Pale Turquoise. HEX triplet: B9, FD and F2. RGB value is (185,253,242). Sum of RGB (Red+Green+Blue) = 185+253+242=680 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.21% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDF2 is #46020D. Grayscale: #E7E7E7. Windows color (decimal): -4588046 or 15924665. OLE color: 15924665.

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

Color convert

RGB185253242-
CMYK0.2700.040.01
HSL170.29º94.44%85.88%-
HSV(B)170.29º26.88%99.22%-
XYZ71.1686.9897.04-
YUV231.41133.9794.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.21%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=27.21%
G=37.21%
B=35.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532420.2700.040.01170.2994.4485.88
HexB9FDF21B041aa5e56
Octal27137536233041252136126
Binary10111001111111011111001011011010011010101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDF2; }

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

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

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

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

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

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

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

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