#B4FAFA

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

Shades of Pale Turquoise #B4FAFA

Tints of Pale Turquoise #B4FAFA

Color information

#B4FAFA (or 0xB4FAFA) is unknown color: approx Pale Turquoise. HEX triplet: B4, FA and FA. RGB value is (180,250,250). Sum of RGB (Red+Green+Blue) = 180+250+250=680 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.47% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #B4FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAFA is #4B0505. Grayscale: #E5E5E5. Windows color (decimal): -4916486 or 16448180. OLE color: 16448180.

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

Color convert

RGB180250250-
CMYK0.28000.02
HSL180º87.5%84.31%-
HSV(B)180º28%98.04%-
XYZ70.2684.98103.14-
YUV229.07139.8193-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.47%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=26.47%
G=36.76%
B=36.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802502500.28000.0218087.584.31
HexB4FAFA1C002b45854
Octal26437237234002264130124
Binary1011010011111010111110101110000101011010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FAFA; }

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

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

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

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

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

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

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

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