#B8FFF8

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

Shades of Pale Turquoise #B8FFF8

Tints of Pale Turquoise #B8FFF8

Color information

#B8FFF8 (or 0xB8FFF8) is unknown color: approx Pale Turquoise. HEX triplet: B8, FF and F8. RGB value is (184,255,248). Sum of RGB (Red+Green+Blue) = 184+255+248=687 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.78% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFF8 is #470007. Grayscale: #E8E8E8. Windows color (decimal): -4653064 or 16318392. OLE color: 16318392.

HSL color Cylindrical-coordinate representation of color #B8FFF8: hue angle of 174.08º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFF8 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB184255248-
CMYK0.2800.030
HSL174.08º100%86.08%-
HSV(B)174.08º27.84%100%-
XYZ72.4788.49102.07-
YUV232.97136.4893.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.78%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 248 (97.27% from 255) = 36.10%
R=26.78%
G=37.12%
B=36.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552480.2800.030174.0810086.08
HexB8FFF81C030ae6456
Octal27037737034030256144126
Binary1011100011111111111110001110001101010111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFF8; }

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

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

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

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

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

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

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

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