#B8FFF3

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

Shades of Pale Turquoise #B8FFF3

Tints of Pale Turquoise #B8FFF3

Color information

#B8FFF3 (or 0xB8FFF3) is unknown color: approx Pale Turquoise. HEX triplet: B8, FF and F3. RGB value is (184,255,243). Sum of RGB (Red+Green+Blue) = 184+255+243=682 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.98% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFF3 is #47000C. Grayscale: #E8E8E8. Windows color (decimal): -4653069 or 15990712. OLE color: 15990712.

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

Color convert

RGB184255243-
CMYK0.2800.050
HSL169.86º100%86.08%-
HSV(B)169.86º27.84%100%-
XYZ71.788.1898.04-
YUV232.4133.9893.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.98%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 243 (95.31% from 255) = 35.63%
R=26.98%
G=37.39%
B=35.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552430.2800.050169.8610086.08
HexB8FFF31C050aa6456
Octal27037736334050252144126
Binary10111000111111111111001111100010101010101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFF3; }

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

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

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

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

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

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

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

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