#B8FCF8

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

Shades of Pale Turquoise #B8FCF8

Tints of Pale Turquoise #B8FCF8

Color information

#B8FCF8 (or 0xB8FCF8) is unknown color: approx Pale Turquoise. HEX triplet: B8, FC and F8. RGB value is (184,252,248). Sum of RGB (Red+Green+Blue) = 184+252+248=684 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.90% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FCF8 is #470307. Grayscale: #E7E7E7. Windows color (decimal): -4653832 or 16317624. OLE color: 16317624.

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

Color convert

RGB184252248-
CMYK0.2700.020.01
HSL176.47º91.89%85.49%-
HSV(B)176.47º26.98%98.82%-
XYZ71.5286.59101.75-
YUV231.21137.4794.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.90%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 248 (97.27% from 255) = 36.26%
R=26.90%
G=36.84%
B=36.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842522480.2700.020.01176.4791.8985.49
HexB8FCF81B021b05c55
Octal27037437033021260134125
Binary1011100011111100111110001101101011011000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FCF8; }

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

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

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

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

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

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

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

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