#B8FBFC

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

Shades of Pale Turquoise #B8FBFC

Tints of Pale Turquoise #B8FBFC

Color information

#B8FBFC (or 0xB8FBFC) is unknown color: approx Pale Turquoise. HEX triplet: B8, FB and FC. RGB value is (184,251,252). Sum of RGB (Red+Green+Blue) = 184+251+252=687 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.78% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8FBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBFC is #470403. Grayscale: #E7E7E7. Windows color (decimal): -4654084 or 16579512. OLE color: 16579512.

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

Color convert

RGB184251252-
CMYK0.270.0000.01
HSL180.88º91.89%85.49%-
HSV(B)180.88º26.98%98.82%-
XYZ71.8486.21104.95-
YUV231.08139.894.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.78%
GREEN value IS 251 (98.44% from 255) = 36.54%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=26.78%
G=36.54%
B=36.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842512520.270.0000.01180.8891.8985.49
HexB8FBFC1B001b55c55
Octal27037337433001265134125
Binary101110001111101111111100110110011011010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBFC; }

 p { color: rgb(184,251,252); }

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

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

 a { background-color: rgb(184,251,252); }

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

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

 span { border-color: rgb(184,251,252); }

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