#B9FDFC

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

Shades of Pale Turquoise #B9FDFC

Tints of Pale Turquoise #B9FDFC

Color information

#B9FDFC (or 0xB9FDFC) is unknown color: approx Pale Turquoise. HEX triplet: B9, FD and FC. RGB value is (185,253,252). Sum of RGB (Red+Green+Blue) = 185+253+252=690 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.81% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDFC is #460203. Grayscale: #E8E8E8. Windows color (decimal): -4588036 or 16580025. OLE color: 16580025.

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

Color convert

RGB185253252-
CMYK0.2700.000.01
HSL179.12º94.44%85.88%-
HSV(B)179.12º26.88%99.22%-
XYZ72.787.59105.17-
YUV232.55138.9794.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.81%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=26.81%
G=36.67%
B=36.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532520.2700.000.01179.1294.4485.88
HexB9FDFC1B001b35e56
Octal27137537433001263136126
Binary101110011111110111111100110110011011001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDFC; }

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

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

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

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

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

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

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

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