#BAF3FA

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

Shades of Pale Turquoise #BAF3FA

Tints of Pale Turquoise #BAF3FA

Color information

#BAF3FA (or 0xBAF3FA) is unknown color: approx Pale Turquoise. HEX triplet: BA, F3 and FA. RGB value is (186,243,250). Sum of RGB (Red+Green+Blue) = 186+243+250=679 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.39% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF3FA is #450C05. Grayscale: #E2E2E2. Windows color (decimal): -4525062 or 16446394. OLE color: 16446394.

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

Color convert

RGB186243250-
CMYK0.260.0300.02
HSL186.56º86.49%85.49%-
HSV(B)186.56º25.6%98.04%-
XYZ69.5681.44102.5-
YUV226.76141.1298.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.39%
GREEN value IS 243 (95.31% from 255) = 35.79%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=27.39%
G=35.79%
B=36.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862432500.260.0300.02186.5686.4985.49
HexBAF3FA1A302bb5655
Octal27236337232302273126125
Binary10111010111100111111101011010110101011101110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3FA; }

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

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

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

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

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

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

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

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