#B8FFF9

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

Shades of Pale Turquoise #B8FFF9

Tints of Pale Turquoise #B8FFF9

Color information

#B8FFF9 (or 0xB8FFF9) is unknown color: approx Pale Turquoise. HEX triplet: B8, FF and F9. RGB value is (184,255,249). Sum of RGB (Red+Green+Blue) = 184+255+249=688 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.74% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFF9 is #470006. Grayscale: #E9E9E9. Windows color (decimal): -4653063 or 16383928. OLE color: 16383928.

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

Color convert

RGB184255249-
CMYK0.2800.020
HSL174.93º100%86.08%-
HSV(B)174.93º27.84%100%-
XYZ72.6388.55102.89-
YUV233.09136.9892.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.74%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=26.74%
G=37.06%
B=36.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552490.2800.020174.9310086.08
HexB8FFF91C020af6456
Octal27037737134020257144126
Binary1011100011111111111110011110001001010111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFF9; }

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

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

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

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

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

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

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

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