#B8FFF4

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

Shades of Pale Turquoise #B8FFF4

Tints of Pale Turquoise #B8FFF4

Color information

#B8FFF4 (or 0xB8FFF4) is unknown color: approx Pale Turquoise. HEX triplet: B8, FF and F4. RGB value is (184,255,244). Sum of RGB (Red+Green+Blue) = 184+255+244=683 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.94% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFF4 is #47000B. Grayscale: #E8E8E8. Windows color (decimal): -4653068 or 16056248. OLE color: 16056248.

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

Color convert

RGB184255244-
CMYK0.2800.040
HSL170.7º100%86.08%-
HSV(B)170.7º27.84%100%-
XYZ71.8688.2498.83-
YUV232.52134.4893.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.94%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 244 (95.70% from 255) = 35.72%
R=26.94%
G=37.34%
B=35.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552440.2800.040170.710086.08
HexB8FFF41C040ab6456
Octal27037736434040253144126
Binary10111000111111111111010011100010001010101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFF4; }

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

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

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

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

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

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

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

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