#B8FAFA

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

Shades of Pale Turquoise #B8FAFA

Tints of Pale Turquoise #B8FAFA

Color information

#B8FAFA (or 0xB8FAFA) is unknown color: approx Pale Turquoise. HEX triplet: B8, FA and FA. RGB value is (184,250,250). Sum of RGB (Red+Green+Blue) = 184+250+250=684 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.90% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #B8FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FAFA is #470505. Grayscale: #E6E6E6. Windows color (decimal): -4654342 or 16448184. OLE color: 16448184.

HSL color Cylindrical-coordinate representation of color #B8FAFA: hue angle of 180º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8FAFA is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184250250-
CMYK0.26000.02
HSL180º86.84%85.1%-
HSV(B)180º26.4%98.04%-
XYZ71.2185.46103.19-
YUV230.27139.1395-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.90%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=26.90%
G=36.55%
B=36.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842502500.26000.0218086.8485.1
HexB8FAFA1A002b45755
Octal27037237232002264127125
Binary1011100011111010111110101101000101011010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FAFA; }

 p { color: rgb(184,250,250); }

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

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

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

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

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

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

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