#BAF5FA

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

Shades of Pale Turquoise #BAF5FA

Tints of Pale Turquoise #BAF5FA

Color information

#BAF5FA (or 0xBAF5FA) is unknown color: approx Pale Turquoise. HEX triplet: BA, F5 and FA. RGB value is (186,245,250). Sum of RGB (Red+Green+Blue) = 186+245+250=681 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.31% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF5FA is #450A05. Grayscale: #E3E3E3. Windows color (decimal): -4524550 or 16446906. OLE color: 16446906.

HSL color Cylindrical-coordinate representation of color #BAF5FA: hue angle of 184.69º degrees, saturation: 0.86, 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 #BAF5FA is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186245250-
CMYK0.260.0200.02
HSL184.69º86.49%85.49%-
HSV(B)184.69º25.6%98.04%-
XYZ70.1682.65102.7-
YUV227.93140.4598.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.31%
GREEN value IS 245 (96.09% from 255) = 35.98%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=27.31%
G=35.98%
B=36.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862452500.260.0200.02184.6986.4985.49
HexBAF5FA1A202b95655
Octal27236537232202271126125
Binary10111010111101011111101011010100101011100110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5FA; }

 p { color: rgb(186,245,250); }

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

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

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

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

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

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

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